#6 update epel8 to 1.4.0 from master
Merged 3 years ago by amoralej. Opened 3 years ago by ktdreyer.
rpms/ ktdreyer/python-pecan epel8  into  epel8

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

- /pecan-0.2.1.tar.gz

- /pecan-0.4.5.tar.gz

- /pecan-0.8.3.tar.gz

- /pecan-1.0.2.tar.gz

- /pecan-1.1.2.tar.gz

- /pecan-1.2.1.tar.gz

- /pecan-1.3.2.tar.gz

+ /pecan-1.4.0.tar.gz

file added
+2
@@ -0,0 +1,2 @@ 

+ [koji]

+ targets = epel8 epel8-playground 

\ No newline at end of file

file modified
+21 -13
@@ -3,12 +3,12 @@ 

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

  

  Name:           python-%{pypi_name}

- Version:        1.3.2

- Release:        9%{?dist}

+ Version:        1.4.0

+ Release:        1%{?dist}

  Summary:        A lean WSGI object-dispatching web framework

  

  License:        BSD

- URL:            http://github.com/pecan/pecan

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

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

  BuildArch:      noarch

  
@@ -23,15 +23,6 @@ 

  BuildRequires:  python3-devel

  BuildRequires:  python3-setuptools

  

- Requires:       python3-webob

- Requires:       python3-simplegeneric

- Requires:       python3-mako

- Requires:       python3-singledispatch

- Requires:       python3-webtest

- Requires:       python3-setuptools

- Requires:       python3-logutils

- Requires:       python3-six

- 

  Conflicts:     python2-%{pypi_name} < 1.3.2-5

  

  %description -n python3-%{pypi_name}
@@ -55,9 +46,26 @@ 

  %{_bindir}/pecan

  %{_bindir}/gunicorn_pecan

  %{python3_sitelib}/%{pypi_name}

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

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

  

  %changelog

+ * Mon Aug 03 2020 Dan Radez <dradez@redhat.com> - 1.4.0-1

+ - Update to 1.4.0 (rhbz#1862179)

+ 

+ * Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.3-2

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

+ 

+ * Fri Jun 05 2020 Ken Dreyer <kdreyer@redhat.com> 1.3.3-1

+ - Update to 1.3.3 (rhbz#1378265)

+ - Remove explicit Requires (rhbz#1803982)

+ - Use HTTPS URL

+ 

+ * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-11

+ - Rebuilt for Python 3.9

+ 

+ * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-10

+ - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

+ 

  * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 1.3.2-9

  - Rebuilt for Python 3.8.0rc1 (#1748018)

  

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

- SHA512 (pecan-1.3.2.tar.gz) = 30283eead812ae4bfa6448d37180bddd5f53be0e0dff92a7dfe06db9886cc3274de6eb5f10caed9b50513a1bfccc4879f945d758f6f2180e5d9d63892ad68e5e

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

This pull request merges the latest master branch into epel8 so that we can have the recent fixes (rhbz#1862179 and especially rhbz#1803982)

Pull-Request has been merged by amoralej

3 years ago