commit python-pygaljs for openSUSE:Factory

2020-08-13 Thread root
Hello community,

here is the log from the commit of package python-pygaljs for openSUSE:Factory 
checked in at 2020-08-13 10:12:03

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


Package is "python-pygaljs"

Thu Aug 13 10:12:03 2020 rev:3 rq:824897 version:1.0.2

Changes:

--- /work/SRC/openSUSE:Factory/python-pygaljs/python-pygaljs.changes
2019-07-30 13:02:08.414429582 +0200
+++ /work/SRC/openSUSE:Factory/.python-pygaljs.new.3399/python-pygaljs.changes  
2020-08-13 10:12:09.162565908 +0200
@@ -1,0 +2,6 @@
+Fri Aug  7 15:40:32 UTC 2020 - Marketa Calabkova 
+
+- Update to 1.0.2
+  * Fixed pytest section name in ``setup.cfg``.
+
+---

Old:

  pygaljs-1.0.1.tar.gz

New:

  pygaljs-1.0.2.tar.gz



Other differences:
--
++ python-pygaljs.spec ++
--- /var/tmp/diff_new_pack.s2LMQR/_old  2020-08-13 10:12:10.398566682 +0200
+++ /var/tmp/diff_new_pack.s2LMQR/_new  2020-08-13 10:12:10.402566684 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pygaljs
 #
-# 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-pygaljs
-Version:1.0.1
+Version:1.0.2
 Release:0
 Summary:Python package providing assets pygaljs
 License:GPL-3.0-or-later

++ pygaljs-1.0.1.tar.gz -> pygaljs-1.0.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygaljs-1.0.1/.bumpversion.cfg 
new/pygaljs-1.0.2/.bumpversion.cfg
--- old/pygaljs-1.0.1/.bumpversion.cfg  2015-09-04 09:43:01.0 +0200
+++ new/pygaljs-1.0.2/.bumpversion.cfg  2020-04-03 09:51:12.0 +0200
@@ -1,5 +1,5 @@
 [bumpversion]
-current_version = 1.0.1
+current_version = 1.0.2
 commit = True
 tag = True
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygaljs-1.0.1/.gitignore new/pygaljs-1.0.2/.gitignore
--- old/pygaljs-1.0.1/.gitignore1970-01-01 01:00:00.0 +0100
+++ new/pygaljs-1.0.2/.gitignore2020-04-02 10:35:54.0 +0200
@@ -0,0 +1,60 @@
+*.py[cod]
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+dist
+build
+eggs
+parts
+bin
+var
+sdist
+develop-eggs
+.installed.cfg
+lib
+lib64
+venv*/
+pyvenv*/
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+.coverage.*
+nosetests.xml
+htmlcov
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+.idea
+*.iml
+*.komodoproject
+
+# Complexity
+output/*.html
+output/*/index.html
+
+# Sphinx
+docs/_build
+
+.DS_Store
+*~
+.*.sw[po]
+.build
+.ve
+.env
+.cache
+.pytest
+.bootstrap
+*.bak
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygaljs-1.0.1/.gitmodules 
new/pygaljs-1.0.2/.gitmodules
--- old/pygaljs-1.0.1/.gitmodules   1970-01-01 01:00:00.0 +0100
+++ new/pygaljs-1.0.2/.gitmodules   2020-04-02 10:35:54.0 +0200
@@ -0,0 +1,3 @@
+[submodule "src/pygaljs/static"]
+   path = src/pygaljs/static
+   url = g...@github.com:Kozea/pygal.js.git
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygaljs-1.0.1/CHANGELOG.rst 
new/pygaljs-1.0.2/CHANGELOG.rst
--- old/pygaljs-1.0.1/CHANGELOG.rst 2015-08-28 00:42:44.0 +0200
+++ new/pygaljs-1.0.2/CHANGELOG.rst 2020-04-03 09:14:48.0 +0200
@@ -2,7 +2,17 @@
 Changelog
 =
 
+1.0.2 (2020-04-03)
+--
+
+* Fixed pytest section name in ``setup.cfg``.
+
+1.0.1 (2015-09-04)
+--
+
+* Updated files from upstream.
+
 1.0.0 (2015-08-13)
--
+--
 
 * First release on PyPI.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pygaljs-1.0.1/PKG-INFO new/pygaljs-1.0.2/PKG-INFO
--- old/pygaljs-1.0.1/PKG-INFO  2015-09-04 09:43:08.0 +0200
+++ new/pygaljs-1.0.2/PKG-INFO  2020-04-03 09:51:26.630238500 +0200
@@ -1,10 +1,12 @@
-Metadata-Version: 1.1
+Metadata-Version: 1.2
 Name: pygaljs
-Version: 1.0.1
+Version: 1.0.2
 Summary: Python package providing assets from https://github.com/Kozea/pygal.js
 Home-page: https://github.com/ionelmc/python-pygaljs
-Author: Ionel Cristian M\u0103rie\u0219
-Author-email: cont...@ionelmc.ro
+Author: Mounier Florian
+Author-email: paradoxxx.z...@gmail.com
+Maintain

commit python-pygaljs for openSUSE:Factory

2019-07-30 Thread root
Hello community,

here is the log from the commit of package python-pygaljs for openSUSE:Factory 
checked in at 2019-07-30 13:02:07

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


Package is "python-pygaljs"

Tue Jul 30 13:02:07 2019 rev:2 rq:717012 version:1.0.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pygaljs/python-pygaljs.changes
2019-03-29 20:38:00.986658242 +0100
+++ /work/SRC/openSUSE:Factory/.python-pygaljs.new.4126/python-pygaljs.changes  
2019-07-30 13:02:08.414429582 +0200
@@ -1,0 +2,5 @@
+Fri Jul 19 10:11:12 UTC 2019 - Tomáš Chvátal 
+
+- Fix building with new pytest releases
+
+---



Other differences:
--
++ python-pygaljs.spec ++
--- /var/tmp/diff_new_pack.XyJJqg/_old  2019-07-30 13:02:09.066429451 +0200
+++ /var/tmp/diff_new_pack.XyJJqg/_new  2019-07-30 13:02:09.070429450 +0200
@@ -25,7 +25,6 @@
 Group:  Development/Languages/Python
 URL:https://github.com/ionelmc/python-pygaljs
 Source: 
https://files.pythonhosted.org/packages/source/p/pygaljs/pygaljs-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
@@ -38,6 +37,7 @@
 
 %prep
 %setup -q -n pygaljs-%{version}
+sed -i -e 's/\[pytest\]/\[tools:pytest\]/g' setup.cfg
 
 %build
 %python_build