From 8d446f75e4789301d7ad31a1ac4dde923b20bb0f Mon Sep 17 00:00:00 2001 From: Jan ONDREJ (SAL) Date: Apr 17 2020 13:21:47 +0000 Subject: Merge branch 'master' into epel8 --- 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..9d104e0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +zope.sqlalchemy-0.4.tar.gz +/zope.sqlalchemy-0.6.tar.gz +/zope.sqlalchemy-0.6.1.tar.gz +/zope.sqlalchemy-0.7.2.zip +/zope.sqlalchemy-0.7.4.zip +/zope.sqlalchemy-0.7.5.zip +/zope.sqlalchemy-0.7.6.zip +/0.7.7.tar.gz +/1.3.tar.gz diff --git a/Makefile b/Makefile deleted file mode 100644 index ee53211..0000000 --- a/Makefile +++ /dev/null @@ -1,21 +0,0 @@ -# Makefile for source rpm: python-zope-sqlalchemy -# $Id$ -NAME := python-zope-sqlalchemy -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-zope-sqlalchemy.spec b/python-zope-sqlalchemy.spec new file mode 100644 index 0000000..5ac32f1 --- /dev/null +++ b/python-zope-sqlalchemy.spec @@ -0,0 +1,189 @@ +Name: python-zope-sqlalchemy +Version: 1.3 +Release: 1%{?dist} +BuildArch: noarch + +License: ZPLv2.1 +Summary: Minimal Zope/SQLAlchemy transaction integration +URL: https://github.com/zopefoundation/zope.sqlalchemy +Source0: https://github.com/zopefoundation/zope.sqlalchemy/archive/%{version}.tar.gz + +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-zope-testing + + +%global _description\ +The aim of this package is to unify the plethora of existing packages\ +integrating SQLAlchemy with Zope's transaction management. As such it seeks\ +only to provide a data manager and makes no attempt to define a zopeish way to\ +configure engines. + +%description %_description + +%package -n python3-zope-sqlalchemy +Summary: Minimal Zope/SQLAlchemy transaction integration with Python 3 support + +Requires: python3-transaction +Requires: python3-sqlalchemy >= 0.5.1 +Requires: python3-zope-interface >= 3.6.0 + +%description -n python3-zope-sqlalchemy +The aim of this package is to unify the plethora of existing packages +integrating SQLAlchemy with Zope's transaction management. As such it seeks +only to provide a data manager and makes no attempt to define a zopeish way to +configure engines. + +%prep +%setup -q -n zope.sqlalchemy-%{version} + +# Remove bundled egg-info in case it exists +rm -rf %{modname}.egg-info + + +%build +%{__python3} setup.py build + + +%install +%{__python3} setup.py install -O1 --skip-build --root=%{buildroot} + + +%files -n python3-zope-sqlalchemy +%doc src/zope/sqlalchemy/README.rst +%doc CHANGES.rst CREDITS.rst +%license COPYRIGHT.txt LICENSE.txt +# Co-own %%{python_sitelib}/zope/ +%{python3_sitelib}/* +%exclude %{python3_sitelib}/zope/sqlalchemy/*.rst + + +%changelog +* Fri Apr 17 2020 Ján ONDREJ (SAL) - 1.3-1 +- Update to upstream + +* Thu Jan 30 2020 Fedora Release Engineering - 0.7.7-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Oct 03 2019 Miro Hrončok - 0.7.7-13 +- Rebuilt for Python 3.8.0rc1 (#1748018) + +* Thu Aug 22 2019 Miro Hrončok - 0.7.7-12 +- Subpackage python2-zope-sqlalchemy has been removed + See https://fedoraproject.org/wiki/Changes/Mass_Python_2_Package_Removal + +* Mon Aug 19 2019 Miro Hrončok - 0.7.7-11 +- Rebuilt for Python 3.8 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.7.7-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Sat Feb 02 2019 Fedora Release Engineering - 0.7.7-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Sat Jul 14 2018 Fedora Release Engineering - 0.7.7-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Tue Jun 19 2018 Miro Hrončok - 0.7.7-7 +- Rebuilt for Python 3.7 + +* Wed Jan 31 2018 Iryna Shcherbina - 0.7.7-6 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + +* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 0.7.7-5 +- Python 2 binary package renamed to python2-zope-sqlalchemy + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + +* Thu Jul 27 2017 Fedora Release Engineering - 0.7.7-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Sat Feb 11 2017 Fedora Release Engineering - 0.7.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon Dec 19 2016 Miro Hrončok - 0.7.7-2 +- Rebuild for Python 3.6 + +* Mon Oct 10 2016 Randy Barlow - 0.7.7-1 +- Update to 0.7.7 (#1204328). +- Use https and GitHub to retrieve the source instead of http and PyPI. + +* Tue Jul 19 2016 Fedora Release Engineering - 0.7.6-4 +- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages + +* Thu Feb 04 2016 Fedora Release Engineering - 0.7.6-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Tue Nov 10 2015 Fedora Release Engineering - 0.7.6-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5 + +* Thu Sep 24 2015 Ralph Bean - 0.7.6-1 +- new version + +* Thu Jun 18 2015 Fedora Release Engineering - 0.7.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Wed Aug 27 2014 Luke Macken - 0.7.5-1 +- Update to 0.7.5 (#1111881) + +* Sun Jun 08 2014 Fedora Release Engineering - 0.7.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Wed May 14 2014 Bohuslav Kabrda - 0.7.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4 + +* Sun May 04 2014 Luke Macken - 0.7.4-1 +- Update to 0.7.4 (#1012362) +- Require zope.interface >= 3.6.0 + +* Tue Aug 20 2013 Luke Macken - 0.7.2-3 +- Move python3 requires statements into the python3 subpackage (#997674) + +* Sun Aug 04 2013 Fedora Release Engineering - 0.7.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Thu Apr 11 2013 Luke Macken - 0.7.2-1 +- Update to 0.7.2 (#760950) +- Build a python3 subpackage +- Modernize spec + +* Thu Feb 14 2013 Fedora Release Engineering - 0.6.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Sat Jul 21 2012 Fedora Release Engineering - 0.6.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Sat Jan 14 2012 Fedora Release Engineering - 0.6.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.6.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Mon Jan 10 2011 Robin Lee - 0.6.1-1 +- Update to 0.6.1 (#668182) + +* Sun Sep 12 2010 Robin Lee - 0.6-1 +- Update to 0.6 +- More texts included +- Version of python-sqlalchemy requirement updated + +* Thu Jul 22 2010 David Malcolm - 0.4-4 +- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild + +* Tue Feb 02 2010 Luke Macken - 0.4-3 +- Specify the ZPL license version + +* Sun Jul 26 2009 Fedora Release Engineering - 0.4-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Mon Jun 01 2009 Luke Macken - 0.4-1 +- Update to 0.4 + +* Thu Feb 26 2009 Fedora Release Engineering - 0.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Sat Nov 29 2008 Ignacio Vazquez-Abrams - 0.3-2 +- Rebuild for Python 2.6 + +* Tue Oct 21 2008 Luke Macken - 0.3-1 +- Initial package diff --git a/sources b/sources index e69de29..543be47 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +SHA512 (1.3.tar.gz) = c0aa9e3a954aa6afb9413517ac1444c88b14b7a5264ed257274a9e5ae2e3f3800fd85a09f77ec661a2fc176c5a279a665b21c1329c47676f8b5860e5fb847242