Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2015-08-27 08:55:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and      /work/SRC/openSUSE:Factory/.python-automaton.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-automaton"

Changes:
--------
New Changes file:

--- /dev/null   2015-08-24 19:43:32.284261900 +0200
+++ /work/SRC/openSUSE:Factory/.python-automaton.new/python-automaton.changes   
2015-08-27 08:55:26.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Wed Jul 29 05:20:53 UTC 2015 - tbecht...@suse.com
+
+- Unify spec file
+
+-------------------------------------------------------------------
+Tue Jul 28 11:54:52 UTC 2015 - tbecht...@suse.com
+
+- update to 0.5.0:
+  * Ensure doctesting and doc8 testing done in py27 env
+  * Updated from global requirements
+  * Remove setup.cfg 'requires-python' incorrect entry
+  * Document `process_event` return and expose return namedtuple type
+  * Allow providing and using a 'nested_start_state_fetcher'
+- add _service
+- update Requires according to requirements.txt
+
+-------------------------------------------------------------------
+Wed Jul 22 12:37:15 UTC 2015 - dmuel...@suse.com
+
+- Initial package (0.4.0)
+

New:
----
  _service
  automaton-0.5.0.tar.gz
  python-automaton.changes
  python-automaton.spec

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

Other differences:
------------------
++++++ python-automaton.spec ++++++
#
# spec file for package python-automaton
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:           python-automaton
Version:        0.5.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
BuildRequires:  python-devel
BuildRequires:  python-oslotest
BuildRequires:  python-pbr
BuildRequires:  python-setuptools
BuildRequires:  python-six
Requires:       python-PrettyTable >= 0.7
Requires:       python-debtcollector >= 0.3.0
Requires:       python-six >= 1.9.0
BuildArch:      noarch

%description
Friendly state machines for python.

%prep
%setup -q -n automaton-%{version}

%build
%{__python2} setup.py build

%install
%{__python2} setup.py install --skip-build --root=%{buildroot}

%files
%defattr(-,root,root,-)
%doc ChangeLog AUTHORS README.rst LICENSE
%{python2_sitelib}/*

%changelog
++++++ _service ++++++
<services>
  <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>
</services>

Reply via email to