diff --git a/.cvsignore b/.cvsignore deleted file mode 100644 index e69de29..0000000 --- a/.cvsignore +++ /dev/null diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e83ffe --- /dev/null +++ b/.gitignore @@ -0,0 +1,15 @@ +transaction-1.1.0.tar.gz +/transaction-1.1.1.tar.gz +/transaction-1.4.1.zip +/transaction-1.4.3.tar.gz +/transaction-1.4.4.tar.gz +/transaction-1.5.0.tar.gz +/transaction-1.6.0.tar.gz +/transaction-1.6.1.tar.gz +/transaction-1.7.0.tar.gz +/transaction-2.0.2.tar.gz +/transaction-2.0.3.tar.gz +/transaction-2.1.2.tar.gz +/transaction-2.2.0.tar.gz +/transaction-2.2.1.tar.gz +/transaction-2.4.0.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index b9729a6..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: python-transaction -# $Id$ -NAME := python-transaction -SPECFILE = $(firstword $(wildcard *.spec)) - -define find-makefile-common -for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done -endef - -MAKEFILE_COMMON := $(shell $(find-makefile-common)) - -ifeq ($(MAKEFILE_COMMON),) -# attept a checkout -define checkout-makefile-common -test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2 -endef - -MAKEFILE_COMMON := $(shell $(checkout-makefile-common)) -endif - -include $(MAKEFILE_COMMON) diff --git a/python-transaction.spec b/python-transaction.spec new file mode 100644 index 0000000..e681d38 --- /dev/null +++ b/python-transaction.spec @@ -0,0 +1,220 @@ +Name: python-transaction +Version: 2.4.0 +Release: 7%{?dist} +Summary: Transaction management for Python + +License: ZPLv2.1 +URL: https://pypi.io/project/transaction +Source0: %pypi_source transaction + +BuildArch: noarch + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-nose +BuildRequires: python3-zope-interface +BuildRequires: python3-mock + + +%global _description\ +This package contains a generic transaction implementation for Python. It is\ +mainly used by the ZODB, though. + +%description %_description + +%package -n python3-transaction +Summary: Transaction management for Python 3 + +Requires: python3-zope-interface +%{?python_provide:%python_provide python3-transaction} + +%description -n python3-transaction +This package contains a generic transaction implementation for Python. It is +mainly used by the ZODB, though. + + +%prep +%setup -q -n transaction-%{version} + +# Remove bundled egg-info in case it exists +rm -rf %{modname}.egg-info + + +%build +%py3_build + + +%install +%py3_install + + +%check +PYTHONPATH=$(pwd) %{__python3} setup.py test + + +%files -n python3-transaction +%doc README.rst LICENSE.txt COPYRIGHT.txt +%{python3_sitelib}/transaction/ +%{python3_sitelib}/*.egg-info + + +%changelog +* Thu Jan 30 2020 Fedora Release Engineering - 2.4.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 2.4.0-6 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Fri Aug 30 2019 Miro Hrončok - 2.4.0-5 +- Subpackage python2-transaction has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Sat Aug 17 2019 Miro Hrončok - 2.4.0-4 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 2.4.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 2.4.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Nov 10 2018 Miro Hrončok - 2.4.0-1 +- Update to 2.4.0 (#1644768) + +* Tue Jul 24 2018 Kevin Fenzi - 2.2.1-1 +- Fix FTBFS bug #1605958 +- Update to 2.2.1. Fixes bug #1561256 + +* Sat Jul 14 2018 Fedora Release Engineering - 2.2.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Mon Jun 18 2018 Miro Hrončok - 2.2.0-2 +- Rebuilt for Python 3.7 + +* Wed Feb 28 2018 Ralph Bean - 2.2.0-1 +- new version + +* Fri Feb 09 2018 Fedora Release Engineering - 2.1.2-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Wed Jan 31 2018 Iryna Shcherbina - 2.1.2-4 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.1.2-3 +- Python 2 binary package renamed to python2-transaction + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Thu Jul 27 2017 Fedora Release Engineering - 2.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Mar 25 2017 Kevin Fenzi - 2.1.2-1 +- Update to 2.1.2. Fixes bug #1431394 + +* Sat Feb 11 2017 Fedora Release Engineering - 2.0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 2.0.3-2 +- Rebuild for Python 3.6 + +* Wed Nov 23 2016 Kevin Fenzi - 2.0.3-1 +- Update to 2.0.3. Fixes bug #1396317 + +* Mon Nov 14 2016 Kevin Fenzi - 2.0.2-1 +- Update to 2.0.2. Fixes bug #1394442 + +* Wed Nov 09 2016 Kevin Fenzi - 1.7.0-1 +- Update to 1.7.0. Fixes bug #1393196 + +* Tue Jul 19 2016 Fedora Release Engineering - 1.6.1-2 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Wed Jun 15 2016 Kevin Fenzi - 1.6.1-1 +- Update to 1.6.1. Fixes bug #1346645 + +* Sun May 29 2016 Kevin Fenzi - 1.6.0-1 +- Update to 1.6.0. Fixes bug #1338430 + +* Fri May 06 2016 Ralph Bean - 1.5.0-1 +- new version + +* Thu Feb 04 2016 Fedora Release Engineering - 1.4.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 1.4.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Jun 18 2015 Fedora Release Engineering - 1.4.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed May 20 2015 Ralph Bean - 1.4.4-1 +- new version + +* Mon Jul 21 2014 Ralph Bean - 1.4.3-1 +- Latest upstream. + +* Sat Jun 07 2014 Fedora Release Engineering - 1.4.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 14 2014 Bohuslav Kabrda - 1.4.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Wed Jan 22 2014 Ralph Bean - 1.4.1-3 +- Fix python3 requires. + +* Sun Aug 04 2013 Fedora Release Engineering - 1.4.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Apr 11 2013 Luke Macken - 1.4.1-1 +- Update to 1.4.1 (#634901) +- Build a python3 subpackage +- Remove python-transaction-1.1.1-context-manager.patch +- Modernize the spec + +* Thu Feb 14 2013 Fedora Release Engineering - 1.1.1-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 1.1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 1.1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Aug 26 2011 Nils Philippsen - 1.1.1-3 +- fix content manager interface + +* Wed Feb 09 2011 Fedora Release Engineering - 1.1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Sep 30 2010 Luke Macken - 1.1.1-1 +- Update to 1.1.1 +- Run the test suite + +* Thu Jul 22 2010 David Malcolm - 1.1.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Thu Jun 10 2010 Toshio Kuratomi - 1.1.0-1 +- Update to upstream bugfix 1.1.0 + +* Thu Jan 28 2010 Toshio Kuratomi - 1.0.0-2 +- Correction to how the setuptools vs setuptools-devel BR + +* Thu Jan 28 2010 Toshio Kuratomi - 1.0.0-1 +- Update to 1.0 final. Few fixes for tests and build/install cleanliness. + No code changes. +- Conditionalize portions of the spec that are only needed for older distro releases. + +* Sun Jul 26 2009 Fedora Release Engineering - 1.0-0.5.a1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.0-0.4.a1 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Dec 18 2008 Luke Macken - 1.0-0.3.a1 +- Fix the license tag + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 1.0-0.2.a1 +- Rebuild for Python 2.6 + +* Tue Oct 21 2008 Luke Macken - 1.0-0.1.a2 +- Initial package diff --git a/sources b/sources index e69de29..1e49b53 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (transaction-2.4.0.tar.gz) = 2211d6df5556bfe9d4df778e2f32b8d006fa484f2feb84e13b2c03831de11f69d81df5ff8ea6fbb6277b8b0a9754c00425577a61b78b2604085ddcb76fbff7b9