Hello community,

here is the log from the commit of package python-alembic for openSUSE:Factory 
checked in at 2018-07-06 10:49:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-alembic (Old)
 and      /work/SRC/openSUSE:Factory/.python-alembic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-alembic"

Fri Jul  6 10:49:39 2018 rev:32 rq:621219 version:0.9.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-alembic/python-alembic.changes    
2018-03-26 13:13:34.702663582 +0200
+++ /work/SRC/openSUSE:Factory/.python-alembic.new/python-alembic.changes       
2018-07-06 10:49:57.458683086 +0200
@@ -1,0 +2,15 @@
+Thu Jul  5 21:07:55 UTC 2018 - mc...@suse.com
+
+- update 0.9.10:
+    + Render autogenerate=True if present Fixed issue where
+      "autoincrement=True" would not render for a column that specified
+      it, since as of SQLAlchemy 1.1 this is no longer the default value
+      for "autoincrement".
+    + Make call to declarative_base clear in example.
+    + Use external impl for type rendering The render_type() method of
+      DefaultImpl was hardcoded to only work for SQLAlchemy types.
+    + Implement native boolean check constraint flag in test suite
+    + Use repr for drop_constraint schema
+    + Add recipe for generating Python code for existing tables
+
+-------------------------------------------------------------------

Old:
----
  alembic-0.9.9.tar.gz

New:
----
  alembic-0.9.10.tar.gz
  python-alembic-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-alembic.spec ++++++
--- /var/tmp/diff_new_pack.DgDRTG/_old  2018-07-06 10:49:58.474681831 +0200
+++ /var/tmp/diff_new_pack.DgDRTG/_new  2018-07-06 10:49:58.478681826 +0200
@@ -18,34 +18,33 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-alembic
-Version:        0.9.9
+Version:        0.9.10
 Release:        0
-Url:            http://bitbucket.org/zzzeek/alembic
 Summary:        A database migration tool for SQLAlchemy
 License:        MIT
 Group:          Development/Languages/Python
-Source:         
https://pypi.io/packages/source/a/alembic/alembic-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
+URL:            http://bitbucket.org/zzzeek/alembic
+Source0:        
https://files.pythonhosted.org/packages/source/a/alembic/alembic-%{version}.tar.gz
+Source1:        python-alembic-rpmlintrc
 # Test requirements:
 BuildRequires:  %{python_module Mako}
 BuildRequires:  %{python_module SQLAlchemy >= 0.7.6}
+BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module mock}
 BuildRequires:  %{python_module nose >= 0.11}
 BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module python-dateutil}
 BuildRequires:  %{python_module python-editor >= 0.3}
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:       python-Mako
 Requires:       python-SQLAlchemy >= 0.7.6
 Requires:       python-python-dateutil
 Requires:       python-python-editor >= 0.3
-Requires(post): /usr/sbin/update-alternatives
-Requires(postun): /usr/sbin/update-alternatives
+Requires(post): %{_sbindir}/update-alternatives
+Requires(postun): %{_sbindir}/update-alternatives
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -84,6 +83,7 @@
 %prep
 %setup -q -n alembic-%{version}
 mv docs html && rm -rf html/build
+sed -i -e '1d' alembic/testing/runner.py
 
 %build
 %python_build
@@ -103,12 +103,13 @@
 %python_uninstall_alternative alembic
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst
+%license LICENSE
+%doc CHANGES README.rst
 %python_alternative %{_bindir}/alembic
-%{python_sitelib}/*
+%{python_sitelib}/alembic*
 
 %files -n python-alembic-doc
-%doc LICENSE html
+%license LICENSE
+%doc html
 
 %changelog

++++++ alembic-0.9.9.tar.gz -> alembic-0.9.10.tar.gz ++++++
++++ 1804 lines of diff (skipped)

++++++ python-alembic-rpmlintrc ++++++
# Obviously, these files are meant to be empty:
addFilter("zero-length 
/usr/share/doc/packages/python-alembic-doc/html/_static/site_custom_css.css")

Reply via email to