Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package arandr for openSUSE:Factory checked 
in at 2023-01-17 17:35:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/arandr (Old)
 and      /work/SRC/openSUSE:Factory/.arandr.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "arandr"

Tue Jan 17 17:35:22 2023 rev:4 rq:1058812 version:0.1.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/arandr/arandr.changes    2020-06-02 
14:42:40.212285948 +0200
+++ /work/SRC/openSUSE:Factory/.arandr.new.32243/arandr.changes 2023-01-17 
17:35:33.837268155 +0100
@@ -1,0 +2,6 @@
+Mon Jan 16 19:31:47 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 0.1.11:
+  * Fix compatibility with Python 3.11 (by Rowan Hart)
+
+-------------------------------------------------------------------

Old:
----
  arandr-0.1.10.tar.gz

New:
----
  arandr-0.1.11.tar.gz

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

Other differences:
------------------
++++++ arandr.spec ++++++
--- /var/tmp/diff_new_pack.7t53g2/_old  2023-01-17 17:35:34.373271264 +0100
+++ /var/tmp/diff_new_pack.7t53g2/_new  2023-01-17 17:35:34.377271288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package arandr
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 # Copyright (c) 2013,2019 B1 Systems GmbH, Vohburg, Germany 
<[email protected]>
 #
@@ -19,7 +19,7 @@
 
 
 Name:           arandr
-Version:        0.1.10
+Version:        0.1.11
 Release:        0
 Summary:        Visual Front End for XRandR
 License:        GPL-3.0-only

++++++ arandr-0.1.10.tar.gz -> arandr-0.1.11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/ChangeLog new/arandr-0.1.11/ChangeLog
--- old/arandr-0.1.10/ChangeLog 2019-04-15 14:49:33.000000000 +0200
+++ new/arandr-0.1.11/ChangeLog 2023-01-12 16:58:48.000000000 +0100
@@ -1,10 +1,50 @@
-commit 664720bc9458db24e057a7e43820fddfc69c6d61 (HEAD -> master)
+commit 822e903ec533b89e856bab25f1bd47206d40b863
+Author: chrysn <[email protected]>
+Date:   Thu Jan 12 16:55:26 2023 +0100
+
+    Ready for release 0.1.11
+
+commit 4ff888564a101cf9aabdc182a3ec0b03fe71b51e
+Author: Rowan Hart <[email protected]>
+Date:   Thu Jan 12 16:20:26 2023 +0100
+
+    Fix Python 3.11 compatibility by replacing getargspec with getfullargspec
+    
+    Merges: https://gitlab.com/arandr/arandr/-/merge_requests/10
+
+commit 807c9284c10acffeeb57f9c0fa578f87348a280f
+Author: chrysn <[email protected]>
+Date:   Tue Apr 23 11:00:58 2019 +0200
+
+    README: Note dependency on cairo
+    
+    I'm not 100% sure where in the gi-mediated imports this becomes
+    essential (as it is not imported explicitly), but the cairo module does
+    get loaded in the course of running arandr.
+    
+    Closes: https://gitlab.com/arandr/arandr/issues/33
+
+commit f24a67137fc5723aacae7e4e6c477157d38325c6
+Author: chrysn <[email protected]>
+Date:   Tue Apr 16 16:08:26 2019 +0200
+
+    README: fix latest release link
+
+commit 4cdde43c31e2c4458e42b5966ae362f0d5439384
+Author: chrysn <[email protected]>
+Date:   Mon Apr 15 14:54:45 2019 +0200
+
+    Update release instructions
+    
+    avoid cluttering my own branch names into change log
+
+commit 664720bc9458db24e057a7e43820fddfc69c6d61
 Author: chrysn <[email protected]>
 Date:   Mon Apr 15 14:47:37 2019 +0200
 
     Ready for release 0.1.10
 
-commit 29cdb0f106e5e31b4c8ef1331b4ce8b0fc46c97b (origin/master, github/master)
+commit 29cdb0f106e5e31b4c8ef1331b4ce8b0fc46c97b
 Author: chrysn <[email protected]>
 Date:   Mon Apr 15 14:22:57 2019 +0200
 
@@ -117,7 +157,7 @@
 
     Drop long-unused transifex config
 
-commit 790cd346bbd57426930a2b3beb654cf3a39712fd (origin/translations)
+commit 790cd346bbd57426930a2b3beb654cf3a39712fd
 Author: chrysn <[email protected]>
 Date:   Wed Feb 24 13:46:20 2016 +0100
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/NEWS new/arandr-0.1.11/NEWS
--- old/arandr-0.1.10/NEWS      2019-04-15 14:49:33.000000000 +0200
+++ new/arandr-0.1.11/NEWS      2023-01-12 16:58:48.000000000 +0100
@@ -1,3 +1,6 @@
+Version 0.1.11
+* Fix compatibility with Python 3.11 (by Rowan Hart)
+
 Version 0.1.10
 * Ported to Python 3 and PyGObject (by actionless)
 * Metacity keybindings removed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/README new/arandr-0.1.11/README
--- old/arandr-0.1.10/README    2019-04-15 14:49:33.000000000 +0200
+++ new/arandr-0.1.11/README    2023-01-12 16:58:48.000000000 +0100
@@ -50,9 +50,9 @@
 
     * the `latest release`_::
 
-        wget 
http://christian.amsuess.com/tools/arandr/files/arandr-0.1.10.tar.gz
-        tar xzf arandr-0.1.10.tar.gz
-        cd arandr-0.1.10
+        wget 
http://christian.amsuess.com/tools/arandr/files/arandr-0.1.11.tar.gz
+        tar xzf arandr-0.1.11.tar.gz
+        cd arandr-0.1.11
 
     * or get it directly from GIT (`hosted on GitLab`_)::
 
@@ -74,6 +74,7 @@
 
 * python_ 3
 * PyGObject_
+* pycairo_
 * xrandr_
 * docutils_ (for building the man page)
 
@@ -181,7 +182,7 @@
 
  .. _XRandR: http://www.x.org/wiki/Projects/XRandR
  .. _xsetwacom: http://linuxwacom.sourceforge.net/index.php/howto/xsetwacom
- .. _`latest release`: 
http://christian.amsuess.com/tools/arandr/files/arandr-0.1.9.tar.gz
+ .. _`latest release`: 
http://christian.amsuess.com/tools/arandr/files/arandr-0.1.11.tar.gz
  .. _archlinux: http://www.archlinux.org/packages/community/any/arandr/
  .. _chrysn: http://christian.amsuess.com
  .. _GPLv3: http://www.gnu.org/licenses/gpl-3.0.txt
@@ -196,6 +197,7 @@
  .. _bugtracker: https://gitlab.com/arandr/arandr/issues
  .. _python: http://www.python.org/
  .. _PyGObject: https://pygobject.readthedocs.io/en/latest/
+ .. _pycairo: https://www.cairographics.org/pycairo/
  .. _slackbuilds.org: https://slackbuilds.org/repository/14.1/desktop/arandr/
  .. _Gentoo: http://packages.gentoo.org/package/x11-misc/arandr
  .. _Fedora: https://apps.fedoraproject.org/packages/arandr
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/README.release 
new/arandr-0.1.11/README.release
--- old/arandr-0.1.10/README.release    2019-04-15 14:49:33.000000000 +0200
+++ new/arandr-0.1.11/README.release    2023-01-12 16:58:48.000000000 +0100
@@ -6,7 +6,7 @@
  * update README for new file names (be sure to catch all)
  * update copyright references to current year (screenlayout/meta.py, README)
  * commit as 'Ready for release ...'
- * `git log --first-parent master > ChangeLog.new`
+ * `git log --first-parent --no-decorate master > ChangeLog.new`
  * `git checkout release`
  * `git merge --no-ff master` (files may be modified in both: deleted in 
release, modified in master. the probably hould still be deleted.)
  * `mv ChangeLog.new ChangeLog; git commit --amend -a` and set commit message 
to last NEWS entry
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/screenlayout/gui.py 
new/arandr-0.1.11/screenlayout/gui.py
--- old/arandr-0.1.10/screenlayout/gui.py       2019-04-15 14:49:33.000000000 
+0200
+++ new/arandr-0.1.11/screenlayout/gui.py       2023-01-12 16:58:48.000000000 
+0100
@@ -45,7 +45,7 @@
 
     A first argument called 'self' is passed through.
     """
-    argnames = inspect.getargspec(function)[0]
+    argnames = inspect.getfullargspec(function)[0]
     if argnames[0] == 'self':
         has_self = True
         argnames.pop(0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/screenlayout/meta.py 
new/arandr-0.1.11/screenlayout/meta.py
--- old/arandr-0.1.10/screenlayout/meta.py      2019-04-15 14:49:33.000000000 
+0200
+++ new/arandr-0.1.11/screenlayout/meta.py      2023-01-12 16:58:48.000000000 
+0100
@@ -21,7 +21,7 @@
 from .i18n import _
 
 
-__version__ = '0.1.10'
+__version__ = '0.1.11'
 PROGRAMNAME = _(u'ARandR Screen Layout Editor')
 # translators, please translate in the style of "Another XRandR GUI
 # (ein weiteres GUI für XRandR)" so users get both the explanation of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/arandr-0.1.10/setup.py new/arandr-0.1.11/setup.py
--- old/arandr-0.1.10/setup.py  2019-04-15 14:49:33.000000000 +0200
+++ new/arandr-0.1.11/setup.py  2023-01-12 16:58:48.000000000 +0100
@@ -42,7 +42,7 @@
 POT_FILE = os.path.join(PO_DIR, 'messages.pot')
 
 PACKAGENAME = "arandr"
-PACKAGEVERSION = "0.1.10"
+PACKAGEVERSION = "0.1.11"
 AUTHOR = "chrysn"
 AUTHOR_MAIL = "[email protected]"
 URL = "http://christian.amsuess.com/tools/arandr/";

Reply via email to