diff --git a/SQLAlchemy-1.1.11.tar.gz b/SQLAlchemy-1.1.11.tar.gz new file mode 100644 index 0000000..cf0ead8 --- /dev/null +++ b/SQLAlchemy-1.1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76f76965e9a968ba3aecd2a8bc0d991cea04fd9a182e6c95c81f1551487b0211 +size 5197520 diff --git a/SQLAlchemy-1.1.9.tar.gz b/SQLAlchemy-1.1.9.tar.gz deleted file mode 100644 index c1c2132..0000000 --- a/SQLAlchemy-1.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b65cdc73cd348448ef0164f6c77d45a9f27ca575d3c5d71ccc33adf684bc6ef0 -size 5164787 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 7e2bea3..48917c0 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Jul 7 18:06:52 UTC 2017 - tbechtold@suse.com + +- Update to 1.1.11: + * See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.11 +- Update to 1.1.10: + * See http://docs.sqlalchemy.org/en/latest/changelog/changelog_11.html#change-1.1.10 + ------------------------------------------------------------------- Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 411e899..5d5671a 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -21,7 +21,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-SQLAlchemy -Version: 1.1.9 +Version: 1.1.11 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library @@ -29,10 +29,10 @@ License: MIT Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: fdupes -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes +BuildRequires: python-rpm-macros # Test requirements: BuildRequires: %{python_module nose >= 0.11} BuildRequires: %{python_module pytest}