Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2016-09-30 15:28:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and      /work/SRC/openSUSE:Factory/.python-automaton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-automaton"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes        
2016-05-19 12:14:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2016-09-30 15:28:29.000000000 +0200
@@ -1,0 +2,9 @@
+Fri Aug 26 20:48:47 UTC 2016 - tbecht...@suse.com
+
+- update to version 1.4.0:
+  * Remove discover from test-requirements
+  * Add Python 3.5 classifier and venv
+  * Updated from global requirements
+- Update _service and switch to upstream spec template
+
+-------------------------------------------------------------------

Old:
----
  automaton-1.2.0.tar.gz

New:
----
  automaton-1.4.0.tar.gz

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

Other differences:
------------------
++++++ python-automaton.spec ++++++
--- /var/tmp/diff_new_pack.Cnm1cl/_old  2016-09-30 15:28:30.000000000 +0200
+++ /var/tmp/diff_new_pack.Cnm1cl/_new  2016-09-30 15:28:30.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-automaton
+# spec file for package python
 #
 # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -16,40 +16,68 @@
 #
 
 
-Name:           python-automaton
-Version:        1.2.0
+%global sname automaton
+Name:           python-%{sname}
+Version:        1.4.0
 Release:        0
 Summary:        Friendly state machines for python
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            http://www.openstack.org/
-Source:         
https://pypi.python.org/packages/source/a/automaton/automaton-%{version}.tar.gz
-BuildRequires:  openstack-suse-macros
+Url:            https://launchpad/%{sname}
+Source0:        
https://pypi.io/packages/source/a/%{sname}/%{sname}-%{version}.tar.gz
+BuildRequires:  openstack-macros
+BuildRequires:  python-PrettyTable >= 0.7
+BuildRequires:  python-debtcollector >= 1.2.0
 BuildRequires:  python-devel
-BuildRequires:  python-oslotest
-BuildRequires:  python-pbr
-BuildRequires:  python-setuptools
-BuildRequires:  python-six
+BuildRequires:  python-oslosphinx >= 2.5.0
+BuildRequires:  python-oslotest >= 1.10.0
+BuildRequires:  python-pbr >= 1.6
+BuildRequires:  python-testrepository >= 0.0.18
+BuildRequires:  python-testscenarios >= 0.4
+BuildRequires:  python-testtools >= 1.4.0
 Requires:       python-PrettyTable >= 0.7
 Requires:       python-debtcollector >= 1.2.0
+Requires:       python-pbr >= 1.6
 Requires:       python-six >= 1.9.0
 BuildArch:      noarch
 
 %description
 Friendly state machines for python.
 
+%package doc
+Summary:        Documentation for the Automaton Library
+Group:          Development/Languages/Python
+BuildRequires:  python-Sphinx
+BuildRequires:  python-oslosphinx >= 2.5.0
+
+%description doc
+Documentation for the Automaton library.
+
 %prep
-%setup -q -n automaton-%{version}
+%setup -q -n %{sname}-%{version}
 
 %build
-%{__python2} setup.py build
+%py2_build
+
+# generate html docs
+%{__python2} setup.py build_sphinx
+# remove the Sphinx-build leftovers
+rm -rf html/.{doctrees,buildinfo}
 
 %install
-%{__python2} setup.py install --skip-build --root=%{buildroot}
+%py2_install
+
+%check
+PYTHONPATH=. %{__python2} setup.py testr
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog AUTHORS README.rst LICENSE
-%{python2_sitelib}/*
+%doc README.rst
+%license LICENSE
+%{python2_sitelib}/%{sname}
+%{python2_sitelib}/*.egg-info
+
+%files doc
+%license LICENSE
+%doc doc/build/html
 
 %changelog

++++++ _service ++++++
--- /var/tmp/diff_new_pack.Cnm1cl/_old  2016-09-30 15:28:31.000000000 +0200
+++ /var/tmp/diff_new_pack.Cnm1cl/_new  2016-09-30 15:28:31.000000000 +0200
@@ -1,12 +1,12 @@
 <services>
+  <service mode="disabled" name="renderspec">
+    <param 
name="input-template">https://raw.githubusercontent.com/openstack/rpm-packaging/master/openstack/automaton/automaton.spec.j2</param>
+    <param name="output-name">python-automaton.spec</param>
+    <param 
name="requirements">https://raw.githubusercontent.com/openstack/rpm-packaging/master/global-requirements.txt</param>
+  </service>
   <service mode="disabled" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
-  <service mode="disabled" name="set_version">
-    <param name="basename">automaton</param>
-  </service>
-  <service mode="disabled" name="python_requires">
-  </service>
   <service name="refresh_patches" mode="disabled">
     <param name="changesgenerate">enable</param>
   </service>

++++++ automaton-1.2.0.tar.gz -> automaton-1.4.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/AUTHORS new/automaton-1.4.0/AUTHORS
--- old/automaton-1.2.0/AUTHORS 2016-02-10 00:15:15.000000000 +0100
+++ new/automaton-1.4.0/AUTHORS 2016-08-02 19:59:11.000000000 +0200
@@ -1,3 +1,4 @@
+ChangBo Guo(gcb) <eric....@easystack.cn>
 Davanum Srinivas <dava...@gmail.com>
 Janonymous <janonymous.codevult...@gmail.com>
 Joshua Harlow <harlo...@gmail.com>
@@ -5,6 +6,7 @@
 Ondřej Nový <ondrej.n...@firma.seznam.cz>
 Ronald Bradford <ronald.bradf...@gmail.com>
 Ruby Loo <r...@yahoo-inc.com>
+Swapnil Kulkarni (coolsvap) <m...@coolsvap.net>
 Tom Cocozzello <tjcoc...@us.ibm.com>
 sonu.kumar <sonu.ku...@nectechnologies.in>
 venkatamahesh <venkatamaheshko...@gmail.com>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/ChangeLog 
new/automaton-1.4.0/ChangeLog
--- old/automaton-1.2.0/ChangeLog       2016-02-10 00:15:15.000000000 +0100
+++ new/automaton-1.4.0/ChangeLog       2016-08-02 19:59:11.000000000 +0200
@@ -1,6 +1,17 @@
 CHANGES
 =======
 
+1.4.0
+-----
+
+* Remove discover from test-requirements
+* Add Python 3.5 classifier and venv
+
+1.3.0
+-----
+
+* Updated from global requirements
+
 1.2.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/PKG-INFO new/automaton-1.4.0/PKG-INFO
--- old/automaton-1.2.0/PKG-INFO        2016-02-10 00:15:15.000000000 +0100
+++ new/automaton-1.4.0/PKG-INFO        2016-08-02 19:59:11.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.2.0
+Version: 1.4.0
 Summary: Friendly state machines for python.
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -40,4 +40,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: Software Development :: Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/automaton.egg-info/PKG-INFO 
new/automaton-1.4.0/automaton.egg-info/PKG-INFO
--- old/automaton-1.2.0/automaton.egg-info/PKG-INFO     2016-02-10 
00:15:15.000000000 +0100
+++ new/automaton-1.4.0/automaton.egg-info/PKG-INFO     2016-08-02 
19:59:11.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: automaton
-Version: 1.2.0
+Version: 1.4.0
 Summary: Friendly state machines for python.
 Home-page: http://www.openstack.org/
 Author: OpenStack
@@ -40,4 +40,5 @@
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
 Classifier: Topic :: Software Development :: Libraries
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/automaton.egg-info/pbr.json 
new/automaton-1.4.0/automaton.egg-info/pbr.json
--- old/automaton-1.2.0/automaton.egg-info/pbr.json     2016-02-10 
00:15:15.000000000 +0100
+++ new/automaton-1.4.0/automaton.egg-info/pbr.json     2016-08-02 
19:59:11.000000000 +0200
@@ -1 +1 @@
-{"git_version": "3f93f01", "is_release": true}
\ No newline at end of file
+{"git_version": "c6278ba", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/setup.cfg 
new/automaton-1.4.0/setup.cfg
--- old/automaton-1.2.0/setup.cfg       2016-02-10 00:15:15.000000000 +0100
+++ new/automaton-1.4.0/setup.cfg       2016-08-02 19:59:11.000000000 +0200
@@ -15,6 +15,7 @@
        Programming Language :: Python :: 2.7
        Programming Language :: Python :: 3
        Programming Language :: Python :: 3.4
+       Programming Language :: Python :: 3.5
        Topic :: Software Development :: Libraries
 
 [global]
@@ -44,7 +45,7 @@
 upload-dir = doc/build/html
 
 [egg_info]
-tag_date = 0
 tag_build = 
+tag_date = 0
 tag_svn_revision = 0
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/test-requirements.txt 
new/automaton-1.4.0/test-requirements.txt
--- old/automaton-1.2.0/test-requirements.txt   2016-02-10 00:14:57.000000000 
+0100
+++ new/automaton-1.4.0/test-requirements.txt   2016-08-02 19:57:36.000000000 
+0200
@@ -6,9 +6,8 @@
 
 doc8 # Apache-2.0
 coverage>=3.6 # Apache-2.0
-discover # BSD
 python-subunit>=0.0.18 # Apache-2.0/BSD
-sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
+sphinx!=1.3b1,<1.3,>=1.2.1 # BSD
 oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
 oslotest>=1.10.0 # Apache-2.0
 testrepository>=0.0.18 # Apache-2.0/BSD
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-1.2.0/tox.ini new/automaton-1.4.0/tox.ini
--- old/automaton-1.2.0/tox.ini 2016-02-10 00:14:57.000000000 +0100
+++ new/automaton-1.4.0/tox.ini 2016-08-02 19:57:36.000000000 +0200
@@ -1,6 +1,6 @@
 [tox]
 minversion = 1.6
-envlist = py34,py27,pypy,docs,pep8,venv
+envlist = py35,py34,py27,pypy,docs,pep8,venv
 
 [testenv:docs]
 basepython = python2.7


Reply via email to