Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-automaton for 
openSUSE:Factory checked in at 2023-12-01 21:27:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-automaton (Old)
 and      /work/SRC/openSUSE:Factory/.python-automaton.new.25432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-automaton"

Fri Dec  1 21:27:09 2023 rev:22 rq:1130294 version:3.2.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-automaton/python-automaton.changes        
2023-03-07 16:50:20.749588199 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-automaton.new.25432/python-automaton.changes 
    2023-12-01 21:27:31.266623634 +0100
@@ -1,0 +2,6 @@
+Fri Dec  1 16:08:17 UTC 2023 - cloud-de...@suse.de
+
+- update to version 3.2.0
+  - Update master for stable/2023.1
+
+-------------------------------------------------------------------

Old:
----
  automaton-3.1.0.tar.gz

New:
----
  automaton-3.2.0.tar.gz

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

Other differences:
------------------
++++++ python-automaton.spec ++++++
--- /var/tmp/diff_new_pack.cqFWmd/_old  2023-12-01 21:27:31.726640562 +0100
+++ /var/tmp/diff_new_pack.cqFWmd/_new  2023-12-01 21:27:31.730640709 +0100
@@ -17,13 +17,13 @@
 
 
 Name:           python-automaton
-Version:        3.1.0
+Version:        3.2.0
 Release:        0
 Summary:        Friendly state machines for python
 License:        Apache-2.0
 Group:          Development/Languages/Python
 URL:            https://docs.openstack.org/automaton
-Source0:        
https://files.pythonhosted.org/packages/source/a/automaton/automaton-3.1.0.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/a/automaton/automaton-3.2.0.tar.gz
 BuildRequires:  openstack-macros
 BuildRequires:  python3-PrettyTable >= 0.7.2
 BuildRequires:  python3-devel
@@ -56,7 +56,7 @@
 Documentation for the Automaton library.
 
 %prep
-%autosetup -p1 -n automaton-3.1.0
+%autosetup -p1 -n automaton-3.2.0
 %py_req_cleanup
 
 %build

++++++ _service ++++++
--- /var/tmp/diff_new_pack.cqFWmd/_old  2023-12-01 21:27:31.754641592 +0100
+++ /var/tmp/diff_new_pack.cqFWmd/_new  2023-12-01 21:27:31.758641740 +0100
@@ -1,14 +1,14 @@
 <services>
-  <service mode="disabled" name="renderspec">
+  <service mode="manual" name="renderspec">
     <param 
name="input-template">https://opendev.org/openstack/rpm-packaging/raw/master/openstack/automaton/automaton.spec.j2</param>
     <param name="output-name">python-automaton.spec</param>
-    <param 
name="requirements">https://opendev.org/openstack/automaton/raw/branch/stable/xena/requirements.txt</param>
+    <param 
name="requirements">https://opendev.org/openstack/automaton/raw/master/requirements.txt</param>
     <param name="changelog-email">cloud-de...@suse.de</param>
     <param name="changelog-provider">gh,openstack,automaton</param>
   </service>
-  <service mode="disabled" name="download_files">
+  <service mode="manual" name="download_files">
     <param name="changesgenerate">enable</param>
   </service>
-  <service name="format_spec_file" mode="disabled"/>
+  <service name="format_spec_file" mode="manual"/>
 </services>
 

++++++ automaton-3.1.0.tar.gz -> automaton-3.2.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/ChangeLog 
new/automaton-3.2.0/ChangeLog
--- old/automaton-3.1.0/ChangeLog       2023-02-10 17:06:40.000000000 +0100
+++ new/automaton-3.2.0/ChangeLog       2023-08-31 12:00:53.000000000 +0200
@@ -1,6 +1,11 @@
 CHANGES
 =======
 
+3.2.0
+-----
+
+* Update master for stable/2023.1
+
 3.1.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/PKG-INFO new/automaton-3.2.0/PKG-INFO
--- old/automaton-3.1.0/PKG-INFO        2023-02-10 17:06:40.880409500 +0100
+++ new/automaton-3.2.0/PKG-INFO        2023-08-31 12:00:54.034235700 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: automaton
-Version: 3.1.0
+Version: 3.2.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/automaton.egg-info/PKG-INFO 
new/automaton-3.2.0/automaton.egg-info/PKG-INFO
--- old/automaton-3.1.0/automaton.egg-info/PKG-INFO     2023-02-10 
17:06:40.000000000 +0100
+++ new/automaton-3.2.0/automaton.egg-info/PKG-INFO     2023-08-31 
12:00:53.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.2
 Name: automaton
-Version: 3.1.0
+Version: 3.2.0
 Summary: Friendly state machines for python.
 Home-page: https://docs.openstack.org/automaton/latest/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/automaton.egg-info/SOURCES.txt 
new/automaton-3.2.0/automaton.egg-info/SOURCES.txt
--- old/automaton-3.1.0/automaton.egg-info/SOURCES.txt  2023-02-10 
17:06:40.000000000 +0100
+++ new/automaton-3.2.0/automaton.egg-info/SOURCES.txt  2023-08-31 
12:00:54.000000000 +0200
@@ -42,6 +42,7 @@
 doc/source/user/index.rst
 releasenotes/notes/.placeholder
 releasenotes/notes/drop-python-2-7-73d3113c69d724d6.yaml
+releasenotes/source/2023.1.rst
 releasenotes/source/conf.py
 releasenotes/source/index.rst
 releasenotes/source/ocata.rst
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/automaton.egg-info/pbr.json 
new/automaton-3.2.0/automaton.egg-info/pbr.json
--- old/automaton-3.1.0/automaton.egg-info/pbr.json     2023-02-10 
17:06:40.000000000 +0100
+++ new/automaton-3.2.0/automaton.egg-info/pbr.json     2023-08-31 
12:00:53.000000000 +0200
@@ -1 +1 @@
-{"git_version": "a4f7631", "is_release": true}
\ No newline at end of file
+{"git_version": "9255778", "is_release": true}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/releasenotes/source/2023.1.rst 
new/automaton-3.2.0/releasenotes/source/2023.1.rst
--- old/automaton-3.1.0/releasenotes/source/2023.1.rst  1970-01-01 
01:00:00.000000000 +0100
+++ new/automaton-3.2.0/releasenotes/source/2023.1.rst  2023-08-31 
12:00:25.000000000 +0200
@@ -0,0 +1,6 @@
+===========================
+2023.1 Series Release Notes
+===========================
+
+.. release-notes::
+   :branch: stable/2023.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/automaton-3.1.0/releasenotes/source/index.rst 
new/automaton-3.2.0/releasenotes/source/index.rst
--- old/automaton-3.1.0/releasenotes/source/index.rst   2023-02-10 
17:06:12.000000000 +0100
+++ new/automaton-3.2.0/releasenotes/source/index.rst   2023-08-31 
12:00:25.000000000 +0200
@@ -6,6 +6,7 @@
    :maxdepth: 1
 
    unreleased
+   2023.1
    zed
    yoga
    xena

Reply via email to