Hello community,

here is the log from the commit of package python3-alembic for openSUSE:Factory 
checked in at 2013-09-25 17:19:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-alembic (Old)
 and      /work/SRC/openSUSE:Factory/.python3-alembic.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-alembic"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-alembic/python3-alembic.changes  
2013-08-27 21:22:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-alembic.new/python3-alembic.changes     
2013-09-25 17:19:40.000000000 +0200
@@ -1,0 +2,17 @@
+Thu Aug  8 20:36:51 UTC 2013 - [email protected]
+
+- update to 0.6.0:
+  * [feature] Added new kw argument to EnvironmentContext.configure() 
include_object.
+  * [feature] The output of the alembic history command is now expanded.
+  * [feature] Added alembic.config.Config.cmd_opts attribute, allows access to 
the
+  argparse options passed to the alembic runner.(link)
+  * [feature] Added new command line argument -x, allows extra arguments to be
+  appended to the command line which can be consumed within an env.py script by
+  looking at context.config.cmd_opts.x, or more simply a new method
+  EnvironmentContext.get_x_argument().(link)
+  * [feature] Added -r argument to alembic history command, allows 
specification of [start]:[end] to view a slice of history. 
+  * [feature] Source base is now in-place for Python 2.6 through 3.3, 
+  without the need for 2to3. 
+  * [feature] Added new kw argument to EnvironmentContext.configure() 
include_object.
+
+-------------------------------------------------------------------

Old:
----
  alembic-0.5.0.tar.gz
  zzzeek-alembic-5c05656a0f81.zip

New:
----
  alembic-0.6.0.tar.gz

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

Other differences:
------------------
++++++ python3-alembic.spec ++++++
--- /var/tmp/diff_new_pack.TgvE7r/_old  2013-09-25 17:19:41.000000000 +0200
+++ /var/tmp/diff_new_pack.TgvE7r/_new  2013-09-25 17:19:41.000000000 +0200
@@ -17,17 +17,15 @@
 
 
 Name:           python3-alembic
-Version:        0.5.0
+Version:        0.6.0
 Release:        0
-Url:            http://bitbucket.org/zzzeek/alembic
+Url:            https://pypi.python.org/pypi/alembic
 Summary:        A database migration tool for SQLAlchemy
 License:        MIT
 Group:          Development/Languages/Python
-#Source:         
http://pypi.python.org/packages/source/a/alembic/alembic-%{version}.tar.gz
-#NOTE(saschpe): Temporarily use hg version until 0.6.0 is released.
-# To fix Python-3 compat issues
-Source:         zzzeek-alembic-5c05656a0f81.zip
+Source:         
http://pypi.python.org/packages/source/a/alembic/alembic-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
 BuildRequires:  unzip
@@ -53,8 +51,7 @@
 * Allows the scripts to execute in some sequential manner.
 
 %prep
-#%%setup -q -n alembic-%{version}
-%setup -q -n zzzeek-alembic-5c05656a0f81
+%setup -q -n alembic-%{version}
 mv docs html && rm -rf html/build
 
 %build

++++++ alembic-0.5.0.tar.gz -> alembic-0.6.0.tar.gz ++++++
++++ 4769 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to