diff --git a/lexicon-1.0.0.tar.gz b/lexicon-1.0.0.tar.gz new file mode 100644 index 0000000..bdc942f Binary files /dev/null and b/lexicon-1.0.0.tar.gz differ diff --git a/python-lexicon.spec b/python-lexicon.spec new file mode 100644 index 0000000..2d0224f --- /dev/null +++ b/python-lexicon.spec @@ -0,0 +1,115 @@ +%global srcname lexicon + +Name: python-lexicon +Version: 1.0.0 +Release: 14 +Summary: Powerful dict subclass(es) with aliasing and attribute access +License: BSD +URL: https://github.com/bitprophet/lexicon +Source0: https://github.com/bitprophet/lexicon/archive/%{version}/lexicon-%{version}.tar.gz +BuildArch: noarch +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-six +# For test suite +BuildRequires: python3-spec > 0.10.0 + +%description +Lexicon is a simple collection of dict sub-classes providing extra power. + +%package -n python3-lexicon +Summary: Powerful dict subclass(es) with aliasing and attribute access +%{?python_provide:%python_provide python3-lexicon} +Requires: python3-six + +%description -n python3-lexicon +Lexicon is a simple collection of dict sub-classes providing extra power. + +%prep +%setup -q -n lexicon-%{version} + +%build +%py3_build + +%install +%py3_install + +%check +PYTHONPATH=%{buildroot}%{python3_sitelib} spec + +%files -n python3-lexicon +%license LICENSE +%doc CHANGES README.md +%{python3_sitelib}/lexicon/ +%{python3_sitelib}/lexicon-%{version}-*.egg-info/ + +%changelog +* Sat Jan 30 2021 zhaorenhai - 1.0.0-14 +- Init spec of openEuler, referenced from Fedora. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.0-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 1.0.0-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sun May 24 2020 Miro Hrončok - 1.0.0-11 +- Rebuilt for Python 3.9 + +* Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Wed Dec 11 2019 Paul Howarth - 1.0.0-9 +- Run the test suite +- Cosmetic spec changes + +* Tue Oct 01 2019 Miro Hrončok - 1.0.0-8 +- Subpackage python2-lexicon has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Mon Aug 19 2019 Miro Hrončok - 1.0.0-7 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 1.0.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 1.0.0-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 1.0.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 1.0.0-3 +- Rebuilt for Python 3.7 + +* Fri Feb 09 2018 Fedora Release Engineering - 1.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Fri Aug 11 2017 Athmane Madjoudj - 1.0.0-1 +- Update to 1.0.0 +- Revamp the spec to use the new python guidelines + +* Thu Jul 27 2017 Fedora Release Engineering - 0.2.0-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.2.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.2.0-6 +- Rebuild for Python 3.6 + +* Tue Jul 19 2016 Fedora Release Engineering - 0.2.0-5 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.2.0-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 0.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Mon Dec 01 2014 Athmane Madjoudj - 0.2.0-1 +- Initial spec + diff --git a/python-lexicon.yaml b/python-lexicon.yaml new file mode 100644 index 0000000..7c2329d --- /dev/null +++ b/python-lexicon.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: bitprophet/lexicon +tag_prefix: ^v +seperator: .