]> git.pld-linux.org Git - packages/python-sqlalchemy.git/commitdiff
- up to 1.2.14 auto/th/python-sqlalchemy-1.2.14-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 12 Nov 2018 12:13:08 +0000 (13:13 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 12 Nov 2018 12:13:08 +0000 (13:13 +0100)
python-sqlalchemy-tests.patch
python-sqlalchemy.spec

index 5bb7909d6e71e5ca5360bda19094fe58fc01edbb..a404e2428e2338f618a960d88695a415c9e5411e 100644 (file)
@@ -27,8 +27,8 @@
          package_dir={'': 'lib'},
          license="MIT License",
          cmdclass=cmdclass,
--        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(),
+-        tests_require=['pytest>=2.5.2,!=3.9.1,!=3.9.2', 'mock', 'pytest-xdist'],
++        tests_require=['pytest>=2.5.2,!=3.9.1,!=3.9.2', 'pytest-xdist'] + get_mock_dep(),
          long_description=readme,
          classifiers=[
              "Development Status :: 5 - Production/Stable",
index f2dcf044d6e75e6f0494762811e43b970b307401..edb7390319ab05d9b3f0da6c949a0775a2752fbc 100644 (file)
@@ -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.13
+Version:       1.2.14
 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: 0448f6f777cbca996bd0b2490ebde9cf
+# Source0-md5: 9239a527a38f2f0caed7d9661758b360
 Patch0:                %{name}-tests.patch
 URL:           http://www.sqlalchemy.org/
 BuildRequires: rpm-pythonprov
This page took 0.098209 seconds and 4 git commands to generate.