Hello community,
here is the log from the commit of package python-sqlalchemy-migrate for
openSUSE:Factory checked in at 2013-12-06 11:47:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
and /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-sqlalchemy-migrate"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
2013-12-03 16:45:31.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new/python-sqlalchemy-migrate.changes
2013-12-06 14:44:43.000000000 +0100
@@ -1,0 +2,30 @@
+Tue Dec 3 09:21:33 UTC 2013 - [email protected]
+
+- Use upstream URL again after 0.8.2 got finally published on PyPI.
+
+-------------------------------------------------------------------
+Tue Nov 19 10:40:54 UTC 2013 - [email protected]
+
+- Update to version 0.8.2:
+ + Run tests on PostgreSQL and MySQL tooFix dropping of indexed columns in
sqlite/sa08
+ + Fix int overflow exception in unittest
+ + Drop setuptools_git test requirement
+ + Remove the tag_build line from setup.cfg
+ + Fix the version number to match the last release.
+ + Un-break the version in migrate/__init__.py
+ + Fix broken development version link in README
+- Use official PyPI release
+
+-------------------------------------------------------------------
+Thu Nov 14 13:17:48 UTC 2013 - [email protected]
+
+- Fix 12.2 build by catching all egg-info incarnations (either file
+ or directory)
+
+-------------------------------------------------------------------
+Thu Nov 14 11:01:00 UTC 2013 - [email protected]
+
+- Change to Openstack upstream for SQLAlchemy-0.8+ support
+- Add _service file, fix requirements
+
+-------------------------------------------------------------------
Old:
----
sqlalchemy-migrate-0.7.2.tar.gz
New:
----
sqlalchemy-migrate-0.8.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
--- /var/tmp/diff_new_pack.E5vKJh/_old 2013-12-06 14:44:43.000000000 +0100
+++ /var/tmp/diff_new_pack.E5vKJh/_new 2013-12-06 14:44:43.000000000 +0100
@@ -18,23 +18,24 @@
Name: python-sqlalchemy-migrate
-Version: 0.7.2
+Version: 0.8.2
Release: 0
Summary: Database schema migration for SQLAlchemy
License: MIT
Group: Development/Libraries/Python
Url: http://pypi.python.org/pypi/sqlalchemy-migrate
-Source:
http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
-BuildRequires: python-setuptools
+Source:
https://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
+BuildRequires: fdupes
+BuildRequires: python-pbr
# Documentation requirements:
+BuildRequires: python-SQLAlchemy >= 0.6
BuildRequires: python-Sphinx >= 0.5
# Test requirements:
-BuildRequires: python-SQLAlchemy >= 0.6
-BuildRequires: python-ScriptTest
+#BuildRequires: python-ScriptTest >= 1.0
BuildRequires: python-Tempita >= 0.4
BuildRequires: python-decorator
-BuildRequires: python-nose >= 0.10
-BuildRequires: python-unittest2
+#BuildRequires: python-pysqlite
+#BuildRequires: python-pytz
Requires: python-SQLAlchemy >= 0.6
Requires: python-Tempita >= 0.4
Requires: python-decorator
@@ -56,24 +57,26 @@
%prep
%setup -q -n sqlalchemy-migrate-%{version}
find . -type f -name "*.py" -o -name "*.py_tmpl" | xargs sed -i "/#!/d" #
Remove shebang from non-executable scripts
-sed -i "s/, 'sphinxcontrib.issuetracker'//g" docs/conf.py # No internet access
please
+sed -i "s/, 'sphinxcontrib.issuetracker'//g" doc/source/conf.py # No internet
access please
%build
python setup.py build
-python setup.py build_sphinx && rm docs/_build/html/.buildinfo # Build HTML
documentation
+python setup.py build_sphinx && rm doc/build/html/.buildinfo # Build HTML
documentation
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%fdupes %{buildroot}%{python_sitelib}
-#NOTE(saschpe): Fix tests with need for DB access:
+#NOTE(saschpe): enable tests later, there are one or two upstream issues
#%%check
#python setup.py test
%files
%defattr(-,root,root)
-%doc README docs/_build/html
+%doc README.rst doc/build/html
%{_bindir}/migrate
%{_bindir}/migrate-repository
-%{python_sitelib}/*
+%{python_sitelib}/migrate
+%{python_sitelib}/sqlalchemy_migrate-*
%changelog
++++++ sqlalchemy-migrate-0.7.2.tar.gz -> sqlalchemy-migrate-0.8.2.tar.gz ++++++
++++ 11409 lines of diff (skipped)
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]