#1 update to 3.0.1, fix license declaration
Merged 4 years ago by ignatenkobrain. Opened 4 years ago by fschwarz.
Unknown source master  into  master

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

- /uritemplate-0.3.0.tar.gz

- /uritemplate-3.0.0.tar.gz

+ /uritemplate-*.tar.gz

file modified
+8 -4
@@ -4,11 +4,11 @@

  %global _docdir_fmt %{name}

  

  Name:           python-%{modname}

- Version:        3.0.0

- Release:        11%{?dist}

+ Version:        3.0.1

+ Release:        1%{?dist}

  Summary:        Simple python library to deal with URI Templates (RFC 6570)

  

- License:        BSD

+ License:        BSD or ASL 2.0

  URL:            https://%{modname}.readthedocs.io

  Source0:        https://github.com/sigmavirus24/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz

  
@@ -44,12 +44,16 @@

  PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} -v

  

  %files -n python3-%{modname}

- %license LICENSE

+ %license LICENSE LICENSE.APACHE LICENSE.BSD

  %doc HISTORY.rst README.rst

  %{python3_sitelib}/%{modname}-*.egg-info/

  %{python3_sitelib}/%{modname}/

  

  %changelog

+ * Sun May 03 2020 Felix Schwarz <fschwarz@fedoraproject.org> - 3.0.1-1

+ - update to 3.0.1

+ - declare licensing correctly and include actual license files

+ 

  * Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-11

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

  

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

- SHA512 (uritemplate-3.0.0.tar.gz) = 9988ae6db1d0234a2dfb393ab0205dd7902c814b8a85e06a666b8fec44cacec90fc8852b64da068242cb57cbb2ed63478567224fcb6751df82605d1f0881ad6e

+ SHA512 (uritemplate-3.0.1.tar.gz) = 7d71a817420bbd8747cef81148a8b2800b8be5257bca3474cadf1484385c280e3caabcf49d00afdc255175e8b7cf5e5d2640a34168b82af7b033d62f0573c23b

also reenable tests on EPEL 8 which were disabled by @limb (test suite passes for me)

Gwyn told me she disabled tests because python3-pytest was not available back then. As we have a Python 3 pytest now we can just reenable the tests.

rebased onto b877cad

4 years ago

Pull-Request has been merged by ignatenkobrain

4 years ago