From: Arkadiusz Miƛkiewicz Date: Thu, 8 Nov 2018 09:19:09 +0000 (+0100) Subject: - up to 1.2.13 X-Git-Tag: auto/th/python-sqlalchemy-1.2.13-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fpython-sqlalchemy.git;a=commitdiff_plain;h=7192b5b - up to 1.2.13 --- diff --git a/python-sqlalchemy-tests.patch b/python-sqlalchemy-tests.patch index bb5a50c..5bb7909 100644 --- a/python-sqlalchemy-tests.patch +++ b/python-sqlalchemy-tests.patch @@ -27,8 +27,8 @@ package_dir={'': 'lib'}, license="MIT License", cmdclass=cmdclass, -- tests_require=['pytest >= 2.5.2', 'mock', 'pytest-xdist'], -+ tests_require=['pytest >= 2.5.2', 'pytest-xdist'] + get_mock_dep(), +- tests_require=['pytest>=2.5.2,!=3.9.1', 'mock', 'pytest-xdist'], ++ tests_require=['pytest>=2.5.2,!=3.9.1', 'pytest-xdist'] + get_mock_dep(), long_description=readme, classifiers=[ "Development Status :: 5 - Production/Stable", diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index ffd8740..f2dcf04 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -7,13 +7,13 @@ Summary: Database Abstraction Library for Python 2 Summary(pl.UTF-8): Biblioteka abstrakcji baz danych dla Pythona 2 Name: python-%{module} -Version: 1.2.9 +Version: 1.2.13 Release: 1 License: MIT Group: Libraries/Python #Source0Download: https://pypi.org/simple/sqlalchemy/ Source0: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz -# Source0-md5: e015ef32ec33047382d95ab3ff60722a +# Source0-md5: 0448f6f777cbca996bd0b2490ebde9cf Patch0: %{name}-tests.patch URL: http://www.sqlalchemy.org/ BuildRequires: rpm-pythonprov