Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2019-02-24 17:03:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy" Sun Feb 24 17:03:24 2019 rev:59 rq:678417 version:1.2.18 Changes: -------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2018-12-19 13:52:16.283047546 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new.28833/python-SQLAlchemy.changes 2019-02-24 17:03:27.156678830 +0100 @@ -1,0 +2,23 @@ +Fri Feb 22 13:05:14 UTC 2019 - John Vandenberg <[email protected]> + +- Re-add build dependency on python-devel, removed December 2018, + used for optional C extensions cprocessors.so, cresultproxy.so and cutils.so. +- update to v1.2.18 + Bugfix releases, find details at + https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html#change-1.2.18 + +------------------------------------------------------------------- +Thu Feb 21 08:35:33 UTC 2019 - Adrian Schröter <[email protected]> + +- version update to 1.2.17 + https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html + +------------------------------------------------------------------- +Sat Feb 9 14:00:31 UTC 2019 - Adrian Schröter <[email protected]> + +- update to version 1.2.16: + Bugfix releases, find details at + https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html#change-1.2.16 + https://docs.sqlalchemy.org/en/latest/changelog/changelog_12.html#change-1.2.15 + +------------------------------------------------------------------- Old: ---- SQLAlchemy-1.2.14.tar.gz New: ---- SQLAlchemy-1.2.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.gIGduE/_old 2019-02-24 17:03:27.864678493 +0100 +++ /var/tmp/diff_new_pack.gIGduE/_new 2019-02-24 17:03:27.864678493 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,18 +20,21 @@ %define oldpython python %bcond_without tests Name: python-SQLAlchemy -Version: 1.2.14 +Version: 1.2.18 Release: 0 Summary: Database Abstraction Library License: MIT Group: Development/Languages/Python URL: http://www.sqlalchemy.org Source: https://files.pythonhosted.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz -# Test requirements: +# devel is needed for optional C extensions cprocessors.so, cresultproxy.so and cutils.so +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +# SECTION test requirements BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest-xdist} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module setuptools} +# /SECTION BuildRequires: fdupes BuildRequires: python-rpm-macros #BuildRequires: python-pysqlite ++++++ SQLAlchemy-1.2.14.tar.gz -> SQLAlchemy-1.2.18.tar.gz ++++++ ++++ 365526 lines of diff (skipped)
