#3 Update to 1.11.1 rhbz#1837092
Closed 11 months ago by mhayden. Opened 2 years ago by mhayden.
rpms/ mhayden/python-tmuxp rawhide  into  rawhide

file modified
+8 -5
@@ -1,7 +1,7 @@ 

  %global srcname tmuxp

  

  Name:           python-%{srcname}

- Version:        1.10.1

+ Version:        1.11.1

  Release:        %autorelease

  Summary:        Tmux session manager

  
@@ -18,7 +18,7 @@ 

  Summary:	%{summary}

  %{?python_provide:%python_provide python3-%{srcname}}

  BuildRequires:  python3-devel

- BuildRequires:  pyproject-rpm-macros

+ BuildRequires:  python3dist(pytest)

  

  %description -n python3-%{srcname}

  %{summary}.
@@ -34,13 +34,16 @@ 

  

  %install

  %pyproject_install

+ %pyproject_save_files tmuxp

  

- %files -n python3-%{srcname}

+ %check

+ %pyproject_check_import

+ %pytest

+ 

+ %files -n python3-%{srcname} -f %{pyproject_files}

  %license LICENSE

  %doc README.md CHANGES examples

  %{_bindir}/tmuxp

- %{python3_sitelib}/%{srcname}-*.dist-info/

- %{python3_sitelib}/%{srcname}/

  

  %changelog

  %autochangelog

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (tmuxp-1.10.1.tar.gz) = 6d63950fd8d013b72a30efa0b30c3f421933b869388da1a74be90a3e949750bfeb3f07e827ebbbd6601375b40d17fc54e1846bbb3f93e836c91cdbbd0649ca55

+ SHA512 (tmuxp-1.11.1.tar.gz) = 9cd397e1cc85ef96c2829c689f023105424b07c938c31dd9ab7b8e097d16a7921256b7070675ac50be883436e0ce965c0ed1ef95414bc2e70fd5a09c99d9dc2d

  • Remove unnecessary pyproject-rpm-macros dependency
  • Add pytest and import test (and pytest build dependency)
  • Use pyproject_save_files macro to make a list of files for RPM

Signed-off-by: Major Hayden major@redhat.com

Pull-Request has been closed by mhayden

11 months ago
Metadata