#4 python-pecan-1.3.3-1
Merged 4 years ago by apevec. Opened 4 years ago by ktdreyer.
rpms/ ktdreyer/python-pecan update-1.3.3  into  master

file modified
+1
@@ -5,3 +5,4 @@ 

  /pecan-1.1.2.tar.gz

  /pecan-1.2.1.tar.gz

  /pecan-1.3.2.tar.gz

+ /pecan-1.3.3.tar.gz

file modified
+8 -12
@@ -3,12 +3,12 @@ 

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

  

  Name:           python-%{pypi_name}

- Version:        1.3.2

- Release:        11%{?dist}

+ Version:        1.3.3

+ 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}
@@ -58,6 +49,11 @@ 

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

  

  %changelog

+ * 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

  

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

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

+ SHA512 (pecan-1.3.3.tar.gz) = ffa171d4847e549f959dd5ed71f32b3d689ef7e2548302adfadd007f5217c4e1a16088612c27005ac6ae38bb5a99aa532e84be71ae4abf6b06dfdb26ff5cac89

Changelog:
- Update to 1.3.3 (rhbz#1378265)
- Remove explicit Requires (rhbz#1803982)
- Use HTTPS URL

Resolves: rhbz#1378265
Resolves: rhbz#1803982

Metadata Update from @apevec:
- Request assigned

4 years ago

@ktdreyer this PR needs rebase, do you want to rebase it ?
Sadly I don't see Rebase button like in Gerrit.

rebased onto 2050832

4 years ago

Sure, I've rebased it.

Pull-Request has been merged by apevec

4 years ago