#8 python-pecan-1.4.1-1
Merged 2 years ago by jcapitao. Opened 2 years ago by ktdreyer.
rpms/ ktdreyer/python-pecan update-1.4.1  into  rawhide

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

- /pecan-1.4.0.tar.gz

+ /pecan-*.tar.gz

file modified
+8 -4
@@ -3,13 +3,13 @@ 

  %{!?upstream_version: %global upstream_version %{version}%{?milestone}}

  

  Name:           python-%{pypi_name}

- Version:        1.4.0

- Release:        6%{?dist}

+ Version:        1.4.1

+ Release:        1%{?dist}

  Summary:        A lean WSGI object-dispatching web framework

  

  License:        BSD

  URL:            https://github.com/pecan/pecan

- Source0:        https://pypi.io/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz

+ Source0:        %pypi_source

  BuildArch:      noarch

  

  %description
@@ -30,7 +30,7 @@ 

  fast with few dependencies

  

  %prep

- %setup -q -n %{pypi_name}-%{version}

+ %autosetup -n %{pypi_name}-%{version}

  # Remove bundled egg-info

  rm -rf %{pypi_name}.egg-info

  
@@ -49,6 +49,10 @@ 

  %{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info

  

  %changelog

+ * Mon Jun 27 2022 Ken Dreyer <kdreyer@redhat.com> 1.4.1-1

+ - Update to 1.4.1 (rhbz#2030430)

+ - Use %%autosetup and %%pypi_source macros

+ 

  * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.4.0-6

  - Rebuilt for Python 3.11

  

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

- SHA512 (pecan-1.4.0.tar.gz) = 102ac8549fcb8c1f29aaf6facf1fba3dd06c454ed6262c3b0e9a009063033defbf0011b4117d854da1f4770368d3dbce1e3930daabfb0c7ee069eb2522bac7e1

+ SHA512 (pecan-1.4.1.tar.gz) = bd5ba47935e2d97677bcdc25ad4678ec63293e0000750fa3b39a2447be326dc7e1fd4cf77ac0519e1b7c6ecc7ba7c3e66d98443e78e647fba92383f048775c83

  • Update to 1.4.1 (rhbz#2030430)
  • Use %autosetup and %pypi_source macros

Build succeeded.

Pull-Request has been merged by jcapitao

2 years ago