commit python-actdiag for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package python-actdiag for openSUSE:Factory 
checked in at 2020-06-10 00:44:00

Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old)
 and  /work/SRC/openSUSE:Factory/.python-actdiag.new.3606 (New)


Package is "python-actdiag"

Wed Jun 10 00:44:00 2020 rev:6 rq:809820 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes
2020-02-26 15:04:03.901073694 +0100
+++ /work/SRC/openSUSE:Factory/.python-actdiag.new.3606/python-actdiag.changes  
2020-06-10 00:44:08.338293144 +0200
@@ -1,0 +2,5 @@
+Wed May 27 09:35:59 UTC 2020 - Petr Gajdos 
+
+- %python3_only -> %python_alternative
+
+---



Other differences:
--
++ python-actdiag.spec ++
--- /var/tmp/diff_new_pack.wM8YKW/_old  2020-06-10 00:44:09.418295841 +0200
+++ /var/tmp/diff_new_pack.wM8YKW/_new  2020-06-10 00:44:09.422295851 +0200
@@ -31,13 +31,15 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-blockdiag >= 1.5.0
 Requires:   python-setuptools
+Requires(post): update-alternatives
+Requires(postun): update-alternatives
+BuildArch:  noarch
 %if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 ||  0%{?rhel} >= 8
 Suggests:   python-docutils
 Suggests:   python-nose
 Suggests:   python-pep8 >= 1.3
 Suggests:   python-reportlab
 %endif
-BuildArch:  noarch
 %python_subpackages
 
 %description
@@ -51,12 +53,19 @@
 
 %install
 %python_install
+%python_clone -a %{buildroot}%{_bindir}/actdiag
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%post
+%python_install_alternative actdiag
+
+%postun
+%python_uninstall_alternative actdiag
+
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%python3_only %{_bindir}/actdiag
+%python_alternative %{_bindir}/actdiag
 %{python_sitelib}/*
 
 %changelog




commit python-actdiag for openSUSE:Factory

2020-02-26 Thread root
Hello community,

here is the log from the commit of package python-actdiag for openSUSE:Factory 
checked in at 2020-02-26 15:04:02

Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old)
 and  /work/SRC/openSUSE:Factory/.python-actdiag.new.26092 (New)


Package is "python-actdiag"

Wed Feb 26 15:04:02 2020 rev:5 rq:779142 version:2.0.0

Changes:

--- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes
2019-01-10 15:22:59.526352121 +0100
+++ /work/SRC/openSUSE:Factory/.python-actdiag.new.26092/python-actdiag.changes 
2020-02-26 15:04:03.901073694 +0100
@@ -1,0 +2,6 @@
+Tue Feb 25 15:57:30 UTC 2020 - Thomas Bechtold 
+
+- update to 2.0.0:
+  * Drop python2 and python3.4 support
+
+---

Old:

  actdiag-0.5.4.tar.gz

New:

  actdiag-2.0.0.tar.gz



Other differences:
--
++ python-actdiag.spec ++
--- /var/tmp/diff_new_pack.Xm1UB4/_old  2020-02-26 15:04:04.913075714 +0100
+++ /var/tmp/diff_new_pack.Xm1UB4/_new  2020-02-26 15:04:04.917075721 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-actdiag
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,14 +16,15 @@
 #
 
 
+%define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-actdiag
-Version:0.5.4
+Version:2.0.0
 Release:0
 Summary:Text to activity-diagram image generator
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://blockdiag.com/
+URL:http://blockdiag.com/
 Source: 
https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ actdiag-0.5.4.tar.gz -> actdiag-2.0.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/actdiag-0.5.4/CHANGES.rst 
new/actdiag-2.0.0/CHANGES.rst
--- old/actdiag-0.5.4/CHANGES.rst   1970-01-01 01:00:00.0 +0100
+++ new/actdiag-2.0.0/CHANGES.rst   2020-01-26 06:40:59.0 +0100
@@ -0,0 +1,139 @@
+Changelog
+=
+
+2.0.0 (2020-01-26)
+--
+* Drop python2 and python3.4 support
+
+0.5.4 (2015-01-01)
+--
+* Follow blockdiag-1.5.0 interface
+
+0.5.3 (2014-07-02)
+--
+* Change interface of docutils node (for sphinxcontrib module)
+
+0.5.2 (2014-06-24)
+--
+* Add options to blockdiag directive (docutils extension)
+   - :width:
+   - :height:
+   - :scale:
+   - :align:
+   - :name:
+   - :class:
+   - :figwidth:
+   - :figclass:
+
+0.5.1 (2013-10-22)
+--
+* Fix bugs
+
+0.5.0 (2013-10-05)
+--
+* Support python 3.2 and 3.3 (thanks to @masayuko)
+* Drop supports for python 2.4 and 2.5
+* Replace dependency: PIL -> Pillow
+
+0.4.3 (2013-02-10)
+--
+* Fix bugs
+
+0.4.2 (2013-02-10)
+--
+* Fix bugs
+
+0.4.1 (2012-10-28)
+--
+* Fix bugs
+
+0.4.0 (2012-10-22)
+--
+* Optimize algorithm for rendering shadow
+* Add options to docutils directive
+* Fix bugs
+
+0.3.4 (2012-09-29)
+--
+* Fix bugs
+
+0.3.3 (2012-04-23)
+--
+* Set hyperlinks to header of lanes on SVG image
+* Fill background of lane header with lane.color attribute
+
+0.3.2 (2012-03-15)
+--
+* Fix bugs
+
+0.3.1 (2012-02-15)
+--
+* Add autolane plugin
+* Update to new package structure (blockdiag >= 1.1.2)
+
+0.3.0 (2011-11-19)
+--
+* Add fontfamily attribute for switching fontface
+* Fix bugs
+
+0.2.4 (2011-11-10)
+--
+* Fix dependencies (do not depend PIL directly for pillow users)
+
+0.2.3 (2011-11-06)
+--
+* Add docutils exetension
+* Fix bugs
+
+0.2.2 (2011-11-01)
+--
+* Add class feature (experimental)
+
+0.2.1 (2011-11-01)
+--
+* Follow blockdiag-0.9.7 interface
+
+0.2.0 (2011-10-19)
+--
+* Follow blockdiag-0.9.5 interface 
+
+0.1.9 (2011-10-11)
+--
+* Fix bugs
+
+0.1.8 (2011-09-30)
+--
+* Add diagram attribute: default_text_color
+
+0.1.7 (2011-07-05)
+--
+* Fix bugs
+
+0.1.6 (2011-07-03)
+--
+* Support input from stdin
+
+0.1.5 (2011-05-15)
+--
+* Fix bugs
+
+0.1.4 (2011-05-14)
+--
+* Change license to Apache License 2.0
+* Support blockdiag 0.8.1 core interface 
+
+0.1.3 (2011-04-19)

commit python-actdiag for openSUSE:Factory

2019-01-10 Thread root
Hello community,

here is the log from the commit of package python-actdiag for openSUSE:Factory 
checked in at 2019-01-10 15:22:44

Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old)
 and  /work/SRC/openSUSE:Factory/.python-actdiag.new.28833 (New)


Package is "python-actdiag"

Thu Jan 10 15:22:44 2019 rev:4 rq:664022 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes
2019-01-08 12:31:52.428050285 +0100
+++ /work/SRC/openSUSE:Factory/.python-actdiag.new.28833/python-actdiag.changes 
2019-01-10 15:22:59.526352121 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 17:36:08 UTC 2019 - Jonathan Brownell 
+
+- Update conditionals to use Suggests properly based on RHEL version
+
+---



Other differences:
--
++ python-actdiag.spec ++
--- /var/tmp/diff_new_pack.OsLonC/_old  2019-01-10 15:23:00.414351202 +0100
+++ /var/tmp/diff_new_pack.OsLonC/_new  2019-01-10 15:23:00.422351193 +0100
@@ -30,12 +30,7 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-blockdiag >= 1.5.0
 Requires:   python-setuptools
-%if 0%{?rhel} || 0%{?fedora}
-Requires:   python-docutils
-Requires:   python-nose
-Requires:   python-pep8 >= 1.3
-Requires:   python-reportlab
-%else
+%if 0%{?suse_version} >= 1000 || 0%{?fedora_version} >= 24 ||  0%{?rhel} >= 8
 Suggests:   python-docutils
 Suggests:   python-nose
 Suggests:   python-pep8 >= 1.3




commit python-actdiag for openSUSE:Factory

2019-01-08 Thread root
Hello community,

here is the log from the commit of package python-actdiag for openSUSE:Factory 
checked in at 2019-01-08 12:30:10

Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old)
 and  /work/SRC/openSUSE:Factory/.python-actdiag.new.28833 (New)


Package is "python-actdiag"

Tue Jan  8 12:30:10 2019 rev:3 rq:663517 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes
2018-12-12 17:26:12.663050075 +0100
+++ /work/SRC/openSUSE:Factory/.python-actdiag.new.28833/python-actdiag.changes 
2019-01-08 12:31:52.428050285 +0100
@@ -1,0 +2,5 @@
+Tue Jan  8 04:43:59 UTC 2019 - Thomas Bechtold 
+
+- Use Requires instead of Suggests for RHEL/Fedora systems
+
+---



Other differences:
--
++ python-actdiag.spec ++
--- /var/tmp/diff_new_pack.2E9Nn3/_old  2019-01-08 12:31:52.836049842 +0100
+++ /var/tmp/diff_new_pack.2E9Nn3/_new  2019-01-08 12:31:52.836049842 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-actdiag
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -23,17 +23,24 @@
 Summary:Text to activity-diagram image generator
 License:Apache-2.0
 Group:  Development/Languages/Python
-URL:http://blockdiag.com/
+Url:http://blockdiag.com/
 Source: 
https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:   python-blockdiag >= 1.5.0
 Requires:   python-setuptools
+%if 0%{?rhel} || 0%{?fedora}
+Requires:   python-docutils
+Requires:   python-nose
+Requires:   python-pep8 >= 1.3
+Requires:   python-reportlab
+%else
 Suggests:   python-docutils
 Suggests:   python-nose
 Suggests:   python-pep8 >= 1.3
 Suggests:   python-reportlab
+%endif
 BuildArch:  noarch
 %python_subpackages
 




commit python-actdiag for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package python-actdiag for openSUSE:Factory 
checked in at 2018-12-12 17:26:12

Comparing /work/SRC/openSUSE:Factory/python-actdiag (Old)
 and  /work/SRC/openSUSE:Factory/.python-actdiag.new.28833 (New)


Package is "python-actdiag"

Wed Dec 12 17:26:12 2018 rev:2 rq:655390 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-actdiag/python-actdiag.changes
2017-10-11 22:56:17.526215485 +0200
+++ /work/SRC/openSUSE:Factory/.python-actdiag.new.28833/python-actdiag.changes 
2018-12-12 17:26:12.663050075 +0100
@@ -1,0 +2,10 @@
+Wed Dec  5 01:51:27 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Tue Dec  4 12:45:27 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-actdiag.spec ++
--- /var/tmp/diff_new_pack.yphIME/_old  2018-12-12 17:26:13.031049607 +0100
+++ /var/tmp/diff_new_pack.yphIME/_new  2018-12-12 17:26:13.031049607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-actdiag
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -20,12 +20,11 @@
 Name:   python-actdiag
 Version:0.5.4
 Release:0
-Summary:actdiag generates activity-diagram image from text
+Summary:Text to activity-diagram image generator
 License:Apache-2.0
 Group:  Development/Languages/Python
-Url:http://blockdiag.com/
+URL:http://blockdiag.com/
 Source: 
https://files.pythonhosted.org/packages/source/a/actdiag/actdiag-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -35,13 +34,11 @@
 Suggests:   python-nose
 Suggests:   python-pep8 >= 1.3
 Suggests:   python-reportlab
-Suggests:   python-docutils
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
-actdiag generate activity-diagram image file from spec-text file.
+actdiag generates activity-diagram image files from spec-text files.
 
 %prep
 %setup -q -n actdiag-%{version}
@@ -54,8 +51,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %python3_only %{_bindir}/actdiag
 %{python_sitelib}/*