orion pushed to python-rfc3986 (el6). "Update to 1.3.0"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:55:31 UTC
From b78197275d790e5efe3912021f8fffc142fe6b99 Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Apr 23 2019 02:02:13 +0000
Subject: Update to 1.3.0
---
diff --git a/.gitignore b/.gitignore
index a028064..2a7fe22 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
/rfc3986-0.2.0.tar.gz
/rfc3986-0.3.1.tar.gz
/rfc3986-1.2.0.tar.gz
+/rfc3986-1.3.0.tar.gz
diff --git a/python-rfc3986.spec b/python-rfc3986.spec
index 8629a0f..9994563 100644
--- a/python-rfc3986.spec
+++ b/python-rfc3986.spec
@@ -3,8 +3,8 @@
%global pypi_name rfc3986
Name: python-%{pypi_name}
-Version: 1.2.0
-Release: 2%{?dist}
+Version: 1.3.0
+Release: 1%{?dist}
Summary: Validating URI References per RFC 3986
License: ASL 2.0
@@ -86,6 +86,9 @@ rm -rf %{pypi_name}.egg-info
%endif
%changelog
+* Mon Apr 22 2019 Orion Poplawski <orion(a)nwra.com> - 1.3.0-1
+- Update to 1.3.0
+
* Mon Apr 22 2019 Orion Poplawski <orion(a)nwra.com> - 1.2.0-2
- Build for python3/python3_other in EPEL
diff --git a/sources b/sources
index b05c5cf..ad5a734 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (rfc3986-1.2.0.tar.gz) = b88bdc47fa2daa6a9ffc339b1b997a85d0c8b3bf3ab271554e2a1a684c0394370e9cba07a82a542f39533a4c8cae69414234545db6caa2508e0ee7e7f8bdff3d
+SHA512 (rfc3986-1.3.0.tar.gz) = cc5eb21797e4d6499ac59bb7225efec8043f4a42946b783c288ee4fa1f2a0835bf8ab44e6290d7652891eeac3a27d9c93ba1d73ab4d83bd01b1dccb48c8e90e5
https://src.fedoraproject.org/rpms/python-rfc3986/c/b78197275d790e5efe391...
3Â years, 2Â months
orion pushed to python-rfc3986 (el6). "Drop python2 for EL6"
by notificationsï¼ fedoraproject.org
Notification time stamped 2019-11-30 18:55:31 UTC
From 9b999ab2c841f66908d0595c1a6e6cb648db417d Mon Sep 17 00:00:00 2001
From: Orion Poplawski <orion(a)nwra.com>
Date: Nov 30 2019 18:55:02 +0000
Subject: Drop python2 for EL6
---
diff --git a/python-rfc3986.spec b/python-rfc3986.spec
index 9994563..08262b3 100644
--- a/python-rfc3986.spec
+++ b/python-rfc3986.spec
@@ -12,16 +12,6 @@ URL: https://pypi.python.org/pypi/rfc3986
Source0: https://pypi.python.org/packages/source/r/%{pypi_name}/%{pypi_name}-%{ver...
BuildArch: noarch
-%package -n python2-%{pypi_name}
-Summary: Validating URI References per RFC 3986
-%{?python_provide:%python_provide python2-%{pypi_name}}
-
-BuildRequires: python2-devel
-BuildRequires: python2-setuptools
-
-%description -n python2-%{pypi_name}
-A Python implementation of RFC 3986 including validation and authority parsing.
-
%package -n python%{python3_pkgversion}-%{pypi_name}
Summary: Validating URI References per RFC 3986
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pypi_name}}
@@ -55,24 +45,17 @@ A Python implementation of RFC 3986 including validation and authority parsing.
rm -rf %{pypi_name}.egg-info
%build
-%py2_build
%py3_build
%if 0%{?python3_other_pkgversion}
%py3_other_build
%endif
%install
-%py2_install
%py3_install
%if 0%{?python3_other_pkgversion}
%py3_other_install
%endif
-%files -n python2-%{pypi_name}
-%doc README.rst LICENSE
-%{python2_sitelib}/%{pypi_name}
-%{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info
-
%files -n python%{python3_pkgversion}-%{pypi_name}
%doc README.rst LICENSE
%{python3_sitelib}/%{pypi_name}
https://src.fedoraproject.org/rpms/python-rfc3986/c/9b999ab2c841f66908d05...
3Â years, 2Â months