commit python-svgwrite for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2020-04-25 20:28:10

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


Package is "python-svgwrite"

Sat Apr 25 20:28:10 2020 rev:7 rq:796703 version:1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes  
2020-03-10 12:34:04.328851037 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-svgwrite.new.2738/python-svgwrite.changes
2020-04-25 20:31:15.170384375 +0200
@@ -1,0 +2,10 @@
+Thu Apr 23 16:22:34 UTC 2020 - Marcus Rueckert 
+
+- Update to 1.4
+  - Requires Python 3.6
+  - Removed Python2 support
+  - Optimized/faster svgparser.py module by Florian Festi
+  - Removed batch files to run tests on Windows, use pytest or tox
+instead
+
+---

Old:

  svgwrite-1.3.1.zip

New:

  svgwrite-1.4.zip



Other differences:
--
++ python-svgwrite.spec ++
--- /var/tmp/diff_new_pack.bqIYfi/_old  2020-04-25 20:31:20.346395048 +0200
+++ /var/tmp/diff_new_pack.bqIYfi/_new  2020-04-25 20:31:20.346395048 +0200
@@ -17,8 +17,9 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%define skip_python2 1
 Name:   python-svgwrite
-Version:1.3.1
+Version:1.4
 Release:0
 Summary:Python module for creating SVG drawings
 License:MIT




commit python-svgwrite for openSUSE:Factory

2020-03-10 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2020-03-10 12:33:56

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


Package is "python-svgwrite"

Tue Mar 10 12:33:56 2020 rev:6 rq:783302 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes  
2019-07-22 17:19:59.489901012 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-svgwrite.new.26092/python-svgwrite.changes   
2020-03-10 12:34:04.328851037 +0100
@@ -1,0 +2,6 @@
+Tue Mar 10 10:43:52 UTC 2020 - Tomáš Chvátal 
+
+- Skip one test that started to fail with python 3.8:
+  * test_pretty_print
+
+---



Other differences:
--
++ python-svgwrite.spec ++
--- /var/tmp/diff_new_pack.Qxp7Hr/_old  2020-03-10 12:34:05.008851372 +0100
+++ /var/tmp/diff_new_pack.Qxp7Hr/_new  2020-03-10 12:34:05.012851374 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-svgwrite
 #
-# 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
@@ -22,7 +22,6 @@
 Release:0
 Summary:Python module for creating SVG drawings
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/mozman/svgwrite
 Source: 
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
 BuildRequires:  %{python_module setuptools}
@@ -54,7 +53,8 @@
 
 %check
 # test_embed_google_web_font - asks google for data
-%pytest -k 'not test_embed_google_web_font'
+# test_pretty_print - fails on python 3.8 because xml output is now ordering 
tags
+%pytest -k 'not test_embed_google_web_font and not test_pretty_print'
 
 %files %{python_files}
 %doc NEWS.rst README.rst





commit python-svgwrite for openSUSE:Factory

2019-07-22 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2019-07-22 17:19:58

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


Package is "python-svgwrite"

Mon Jul 22 17:19:58 2019 rev:5 rq:717576 version:1.3.1

Changes:

--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes  
2019-01-03 18:08:31.444039302 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-svgwrite.new.4126/python-svgwrite.changes
2019-07-22 17:19:59.489901012 +0200
@@ -1,0 +2,11 @@
+Mon Jul 22 12:44:34 UTC 2019 - Tomáš Chvátal 
+
+- Update to 1.3.1:
+  * NEW: easy stylesheet embedding: Drawing.embed_stylesheet(content), see 
example using_fonts.py
+  * NEW: embedded local fonts: Drawing.embed_font(fontname, filename), see 
example using_fonts.py
+  * NEW: embedded web fonts: Drawing.embed_google_web_font(fontname, uri), see 
example using_fonts.py
+  * NEW: shapes extension by Christof Hanke
+  * NEW: for write(), save() and saveas(), indentation for pretty print is 
configurable by Mitar
+  * BUGFIX: converted regex strings in tests to raw strings by tirkarthi
+
+---

Old:

  svgwrite-1.2.1.zip

New:

  svgwrite-1.3.1.zip



Other differences:
--
++ python-svgwrite.spec ++
--- /var/tmp/diff_new_pack.mmDn8c/_old  2019-07-22 17:20:00.149900831 +0200
+++ /var/tmp/diff_new_pack.mmDn8c/_new  2019-07-22 17:20:00.149900831 +0200
@@ -18,24 +18,23 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-svgwrite
-Version:1.2.1
+Version:1.3.1
 Release:0
 Summary:Python module for creating SVG drawings
 License:MIT
 Group:  Development/Languages/Python
-Url:http://github.com/mozman/svgwrite
+URL:https://github.com/mozman/svgwrite
 Source: 
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildRequires:  unzip
+Requires:   python-pyparsing >= 2.0.1
+BuildArch:  noarch
 # SECTION test requirements
 BuildRequires:  %{python_module pyparsing >= 2.0.1}
 BuildRequires:  %{python_module pytest}
 # /SECTION
-Requires:   python-pyparsing >= 2.0.1
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -54,7 +53,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
+# test_embed_google_web_font - asks google for data
+%pytest -k 'not test_embed_google_web_font'
 
 %files %{python_files}
 %doc NEWS.rst README.rst




commit python-svgwrite for openSUSE:Factory

2019-01-03 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2019-01-03 18:08:27

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


Package is "python-svgwrite"

Thu Jan  3 18:08:27 2019 rev:4 rq:662429 version:1.2.1

Changes:

--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes  
2018-12-24 11:45:00.605259695 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-svgwrite.new.28833/python-svgwrite.changes   
2019-01-03 18:08:31.444039302 +0100
@@ -1,0 +2,8 @@
+Wed Jan  2 11:43:25 UTC 2019 - Tomáš Chvátal 
+
+- Version update to 1.2.1:
+  * BUGFIX: Python 2 pretty print encoding issue
+  * NEW: Inkscape extension - support for Inkscape layers
+  * BUGFIX: compatibility with Python 3.7 by fixing re.split() usage
+
+---

Old:

  svgwrite-1.1.12.zip

New:

  svgwrite-1.2.1.zip



Other differences:
--
++ python-svgwrite.spec ++
--- /var/tmp/diff_new_pack.1igtit/_old  2019-01-03 18:08:32.016038794 +0100
+++ /var/tmp/diff_new_pack.1igtit/_new  2019-01-03 18:08:32.020038791 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-svgwrite
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-svgwrite
-Version:1.1.12
+Version:1.2.1
 Release:0
 Summary:Python module for creating SVG drawings
 License:MIT
@@ -31,6 +31,7 @@
 BuildRequires:  unzip
 # SECTION test requirements
 BuildRequires:  %{python_module pyparsing >= 2.0.1}
+BuildRequires:  %{python_module pytest}
 # /SECTION
 Requires:   python-pyparsing >= 2.0.1
 BuildArch:  noarch
@@ -53,11 +54,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-pushd tests
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-$python -m unittest 
-}
-popd
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
 
 %files %{python_files}
 %doc NEWS.rst README.rst




commit python-svgwrite for openSUSE:Factory

2018-12-24 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2018-12-24 11:44:59

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


Package is "python-svgwrite"

Mon Dec 24 11:44:59 2018 rev:3 rq:659705 version:1.1.12

Changes:

--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes  
2018-07-31 16:01:25.219752345 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-svgwrite.new.28833/python-svgwrite.changes   
2018-12-24 11:45:00.605259695 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:55:01 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-svgwrite.spec ++
--- /var/tmp/diff_new_pack.ngDWFv/_old  2018-12-24 11:45:01.229259141 +0100
+++ /var/tmp/diff_new_pack.ngDWFv/_new  2018-12-24 11:45:01.229259141 +0100
@@ -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/
 #
 
 
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 Url:http://github.com/mozman/svgwrite
 Source: 
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros





commit python-svgwrite for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2018-07-31 16:01:23

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


Package is "python-svgwrite"

Tue Jul 31 16:01:23 2018 rev:2 rq:626392 version:1.1.12

Changes:

--- /work/SRC/openSUSE:Factory/python-svgwrite/python-svgwrite.changes  
2018-06-02 11:59:53.766950957 +0200
+++ /work/SRC/openSUSE:Factory/.python-svgwrite.new/python-svgwrite.changes 
2018-07-31 16:01:25.219752345 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 12:32:26 UTC 2018 - jeng...@inai.de
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ python-svgwrite.spec ++
--- /var/tmp/diff_new_pack.SUFbAr/_old  2018-07-31 16:01:25.691753148 +0200
+++ /var/tmp/diff_new_pack.SUFbAr/_new  2018-07-31 16:01:25.691753148 +0200
@@ -13,16 +13,17 @@
 # published by the Open Source Initiative.
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-svgwrite
 Version:1.1.12
 Release:0
+Summary:Python module for creating SVG drawings
 License:MIT
-Summary:Create SVG drawings
-Url:http://github.com/mozman/svgwrite
 Group:  Development/Languages/Python
+Url:http://github.com/mozman/svgwrite
 Source: 
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}





commit python-svgwrite for openSUSE:Factory

2018-06-02 Thread root
Hello community,

here is the log from the commit of package python-svgwrite for openSUSE:Factory 
checked in at 2018-06-02 11:59:50

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


Package is "python-svgwrite"

Sat Jun  2 11:59:50 2018 rev:1 rq:612043 version:1.1.12

Changes:

New Changes file:

--- /dev/null   2018-05-30 11:41:29.140556178 +0200
+++ /work/SRC/openSUSE:Factory/.python-svgwrite.new/python-svgwrite.changes 
2018-06-02 11:59:53.766950957 +0200
@@ -0,0 +1,11 @@
+---
+Thu May 24 17:49:27 UTC 2018 - toddrme2...@gmail.com
+
+- Update 1.1.12
+  * BUGFIX: values attribute for element animate, accepts any semicolon 
separated values
+- spec file cleanups
+
+---
+Fri Oct 20 16:19:04 UTC 2017 - toddrme2...@gmail.com
+
+- initial version

New:

  python-svgwrite.changes
  python-svgwrite.spec
  svgwrite-1.1.12.zip



Other differences:
--
++ python-svgwrite.spec ++
#
# spec file for package python-svgwrite
#
# 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
# 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/


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:   python-svgwrite
Version:1.1.12
Release:0
License:MIT
Summary:Create SVG drawings
Url:http://github.com/mozman/svgwrite
Group:  Development/Languages/Python
Source: 
https://files.pythonhosted.org/packages/source/s/svgwrite/svgwrite-%{version}.zip
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  unzip
# SECTION test requirements
BuildRequires:  %{python_module pyparsing >= 2.0.1}
# /SECTION
Requires:   python-pyparsing >= 2.0.1
BuildArch:  noarch

%python_subpackages

%description
A Python library to create SVG drawings.

%prep
%setup -q -n svgwrite-%{version}
find svgwrite -name "*.py" -exec sed -i -e '/^#!\//, 1d' {} \; -exec sed -i 
's/\r$//' {} \;
sed -i 's/\r$//' LICENSE.TXT NEWS.rst README.rst

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
pushd tests
%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
$python -m unittest 
}
popd

%files %{python_files}
%doc NEWS.rst README.rst
%license LICENSE.TXT
%{python_sitelib}/*

%changelog