From 7d52a97d7afcdd9585c1d5346b89f8bda914a488 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 7 May 2019 00:43:12 -0400 Subject: [PATCH] import python-uritemplate-3.0.0-3.el8 --- .gitignore | 1 + .python-uritemplate.metadata | 1 + SPECS/python-uritemplate.spec | 75 +++++++++++++++++++++++++++++++++++ 3 files changed, 77 insertions(+) create mode 100644 .gitignore create mode 100644 .python-uritemplate.metadata create mode 100644 SPECS/python-uritemplate.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..079edad --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/uritemplate-3.0.0.tar.gz diff --git a/.python-uritemplate.metadata b/.python-uritemplate.metadata new file mode 100644 index 0000000..dc5420e --- /dev/null +++ b/.python-uritemplate.metadata @@ -0,0 +1 @@ +7933292fb56af9f22fb1460374dc4657c01aa3fb SOURCES/uritemplate-3.0.0.tar.gz diff --git a/SPECS/python-uritemplate.spec b/SPECS/python-uritemplate.spec new file mode 100644 index 0000000..bd1b423 --- /dev/null +++ b/SPECS/python-uritemplate.spec @@ -0,0 +1,75 @@ +%global modname uritemplate +%global altname uritemplate.py + +%global _docdir_fmt %{name} + +Name: python-%{modname} +Version: 3.0.0 +Release: 3%{?dist} +Summary: Simple python library to deal with URI Templates (RFC 6570) + +License: BSD +URL: https://%{modname}.readthedocs.io +Source0: https://github.com/sigmavirus24/%{modname}/archive/%{version}/%{modname}-%{version}.tar.gz + +BuildArch: noarch + +%description +%{summary}. + +%package -n python3-%{modname} +Summary: %{summary} +Conflicts: python3-uri-templates +%{?python_provide:%python_provide python3-%{modname}} +%{?python_provide:%python_provide python3-%{altname}} +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pytest + +%description -n python3-%{modname} +%{summary}. + +Python 3 version. + +%prep +%autosetup -n uritemplate-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} %{__python3} -m pytest -v + +%files -n python3-%{modname} +%license LICENSE +%doc HISTORY.rst README.rst +%{python3_sitelib}/%{modname}-*.egg-info +%{python3_sitelib}/%{modname}/ + +%changelog +* Wed Jun 13 2018 Petr Viktorin - 3.0.0-3 +- Remove the Python2 subpackage + +* Fri Feb 09 2018 Fedora Release Engineering - 3.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Mon Jul 31 2017 Nick Bebout - 3.0.0-1 +- Upgrade to 3.0.0 + +* Thu Jul 27 2017 Fedora Release Engineering - 0.3.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.3.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro HronĨok - 0.3.0-3 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.3.0-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Jun 29 2016 Igor Gnatenko - 0.3.0-1 +- Initial package