From 4e2b8cafd30839c1a48bf0fb0075ce6909d8b91b Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Wed, 14 Oct 2020 19:39:50 -0700 Subject: [PATCH] RHEL 9.0.0 Alpha bootstrap The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/python-pretend#877b87c06c06384215032f8ea4586087d7683089 --- .gitignore | 1 + python-pretend.spec | 119 ++++++++++++++++++++++++++++++++++++++++++++ sources | 1 + 3 files changed, 121 insertions(+) create mode 100644 python-pretend.spec create mode 100644 sources diff --git a/.gitignore b/.gitignore index e69de29..0178ff6 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/pretend-1.0.8.tar.gz diff --git a/python-pretend.spec b/python-pretend.spec new file mode 100644 index 0000000..7b7cb97 --- /dev/null +++ b/python-pretend.spec @@ -0,0 +1,119 @@ +%global srcname pretend + +Name: python-pretend +Version: 1.0.8 +Release: 22%{?dist} +Summary: A library for stubbing in Python + +License: BSD +URL: https://github.com/alex/pretend +Source0: https://pypi.python.org/packages/source/p/%{srcname}/%{srcname}-%{version}.tar.gz + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools + + +%description +Pretend is a library to make stubbing with Python easier. + + +%package -n python3-pretend +Summary: A library for stubbing in Python +License: BSD +%{?python_provide:%python_provide python3-%{srcname}} + + +%description -n python3-pretend +Pretend is a library to make stubbing with Python easier. + + +%prep +%autosetup -n %{srcname}-%{version} + + +%build +%py3_build + + +%install +%py3_install + + +%files -n python3-pretend +%doc PKG-INFO README.rst +%license LICENSE.rst +%{python3_sitelib}/pretend.py +%{python3_sitelib}/__pycache__/pretend.cpython-3?* +%{python3_sitelib}/pretend-%{version}-py3.?.egg-info + + +%changelog +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.8-22 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 22 2020 Miro Hrončok - 1.0.8-21 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.8-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Oct 19 2019 Miro Hrončok - 1.0.8-19 +- Subpackage python2-pretend has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Thu Oct 03 2019 Miro Hrončok - 1.0.8-18 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 15 2019 Miro Hrončok - 1.0.8-17 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.8-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.8-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.8-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Thu Jun 14 2018 Miro Hrončok - 1.0.8-13 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.8-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Sep 29 2017 Troy Dawson - 1.0.8-11 +- Cleanup spec file conditionals + +* Thu Jul 27 2017 Fedora Release Engineering - 1.0.8-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Fri Jun 30 2017 Piotr Popieluch - 1.0.8-9 +- Update to new package guidelines + +* Sat Feb 11 2017 Fedora Release Engineering - 1.0.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 12 2016 Charalampos Stratakis - 1.0.8-7 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.0.8-6 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 1.0.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Wed Oct 14 2015 Robert Kuska - 1.0.8-4 +- Rebuilt for Python3.5 rebuild +- Change pattern for listed files under __pycache__ folder to follow new naming of bytecompiled files + +* Thu Jun 18 2015 Fedora Release Engineering - 1.0.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Nov 22 2014 Piotr Popieluch - 1.0.8-2 +- Added epel support + +* Mon Oct 20 2014 Piotr Popieluch - 1.0.8-1 +- Initial package diff --git a/sources b/sources new file mode 100644 index 0000000..6770cd9 --- /dev/null +++ b/sources @@ -0,0 +1 @@ +7147050a95c9f494248557b42b58ad79 pretend-1.0.8.tar.gz