Hello community,
here is the log from the commit of package python-pathspec for openSUSE:Factory
checked in at 2020-03-11 18:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pathspec (Old)
and /work/SRC/openSUSE:Factory/.python-pathspec.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pathspec"
Wed Mar 11 18:55:54 2020 rev:5 rq:783955 version:0.7.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathspec/python-pathspec.changes
2019-10-10 11:53:33.659302808 +0200
+++
/work/SRC/openSUSE:Factory/.python-pathspec.new.3160/python-pathspec.changes
2020-03-11 18:56:50.835715147 +0100
@@ -1,0 +2,7 @@
+Wed Mar 11 15:51:56 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 0.7.0
+ * Add support for Python 3.8, and drop Python 3.4.
+ * Publish bdist wheel.
+
+-------------------------------------------------------------------
Old:
----
pathspec-0.6.0.tar.gz
New:
----
pathspec-0.7.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pathspec.spec ++++++
--- /var/tmp/diff_new_pack.MgifFB/_old 2020-03-11 18:56:51.163715294 +0100
+++ /var/tmp/diff_new_pack.MgifFB/_new 2020-03-11 18:56:51.163715294 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-pathspec
#
-# 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-pathspec
-Version: 0.6.0
+Version: 0.7.0
Release: 0
Summary: Utility library for gitignore style pattern matching of file
paths
License: MPL-2.0
++++++ pathspec-0.6.0.tar.gz -> pathspec-0.7.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pathspec-0.6.0/CHANGES.rst
new/pathspec-0.7.0/CHANGES.rst
--- old/pathspec-0.6.0/CHANGES.rst 2019-10-04 03:01:39.000000000 +0200
+++ new/pathspec-0.7.0/CHANGES.rst 2019-12-27 16:28:16.000000000 +0100
@@ -3,6 +3,16 @@
==============
+0.7.0 (2019-12-27)
+------------------
+
+- `Issue #28`_: Add support for Python 3.8, and drop Python 3.4.
+- `Issue #29`_: Publish bdist wheel.
+
+.. _`Issue #28`: https://github.com/cpburnz/python-path-specification/pull/28
+.. _`Issue #29`: https://github.com/cpburnz/python-path-specification/pull/29
+
+
0.6.0 (2019-10-03)
------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pathspec-0.6.0/PKG-INFO new/pathspec-0.7.0/PKG-INFO
--- old/pathspec-0.6.0/PKG-INFO 2019-10-04 03:08:39.000000000 +0200
+++ new/pathspec-0.7.0/PKG-INFO 2019-12-27 16:31:53.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: pathspec
-Version: 0.6.0
+Version: 0.7.0
Summary: Utility library for gitignore style pattern matching of file paths.
Home-page: https://github.com/cpburnz/python-path-specification
Author: Caleb P. Burns
@@ -163,6 +163,16 @@
==============
+ 0.7.0 (2019-12-27)
+ ------------------
+
+ - `Issue #28`_: Add support for Python 3.8, and drop Python 3.4.
+ - `Issue #29`_: Publish bdist wheel.
+
+ .. _`Issue #28`:
https://github.com/cpburnz/python-path-specification/pull/28
+ .. _`Issue #29`:
https://github.com/cpburnz/python-path-specification/pull/29
+
+
0.6.0 (2019-10-03)
------------------
@@ -346,12 +356,12 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pathspec-0.6.0/pathspec/__init__.py
new/pathspec-0.7.0/pathspec/__init__.py
--- old/pathspec-0.6.0/pathspec/__init__.py 2019-10-04 03:01:23.000000000
+0200
+++ new/pathspec-0.7.0/pathspec/__init__.py 2019-12-27 16:28:25.000000000
+0100
@@ -42,15 +42,17 @@
"thmxv <https://github.com/thmxv>",
"wimglenn <https://github.com/wimglenn>",
"hugovk <https://github.com/hugovk>",
- "dcecile <https://github.com/dcecile>",
- "mroutis <https://github.com/mroutis>",
+ "dcecile <https://github.com/dcecile>",
+ "mroutis <https://github.com/mroutis>",
+ "jdufresne <https://github.com/jdufresne>",
+ "groodt <https://github.com/groodt>",
]
__email__ = "[email protected]"
__license__ = "MPL 2.0"
__project__ = "pathspec"
__status__ = "Development"
-__updated__ = "2019-10-03"
-__version__ = "0.6.0"
+__updated__ = "2019-12-27"
+__version__ = "0.7.0"
from .pathspec import PathSpec
from .pattern import Pattern, RegexPattern
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pathspec-0.6.0/pathspec.egg-info/PKG-INFO
new/pathspec-0.7.0/pathspec.egg-info/PKG-INFO
--- old/pathspec-0.6.0/pathspec.egg-info/PKG-INFO 2019-10-04
03:08:39.000000000 +0200
+++ new/pathspec-0.7.0/pathspec.egg-info/PKG-INFO 2019-12-27
16:31:53.000000000 +0100
@@ -1,6 +1,6 @@
Metadata-Version: 1.2
Name: pathspec
-Version: 0.6.0
+Version: 0.7.0
Summary: Utility library for gitignore style pattern matching of file paths.
Home-page: https://github.com/cpburnz/python-path-specification
Author: Caleb P. Burns
@@ -163,6 +163,16 @@
==============
+ 0.7.0 (2019-12-27)
+ ------------------
+
+ - `Issue #28`_: Add support for Python 3.8, and drop Python 3.4.
+ - `Issue #29`_: Publish bdist wheel.
+
+ .. _`Issue #28`:
https://github.com/cpburnz/python-path-specification/pull/28
+ .. _`Issue #29`:
https://github.com/cpburnz/python-path-specification/pull/29
+
+
0.6.0 (2019-10-03)
------------------
@@ -346,12 +356,12 @@
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
-Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*
+Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pathspec-0.6.0/setup.cfg new/pathspec-0.7.0/setup.cfg
--- old/pathspec-0.6.0/setup.cfg 2019-10-04 03:08:39.000000000 +0200
+++ new/pathspec-0.7.0/setup.cfg 2019-12-27 16:31:53.000000000 +0100
@@ -1,3 +1,6 @@
+[bdist_wheel]
+universal = 1
+
[egg_info]
tag_build =
tag_date = 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/pathspec-0.6.0/setup.py new/pathspec-0.7.0/setup.py
--- old/pathspec-0.6.0/setup.py 2018-12-01 18:57:36.000000000 +0100
+++ new/pathspec-0.7.0/setup.py 2019-12-27 16:26:05.000000000 +0100
@@ -6,9 +6,9 @@
from pathspec import __author__, __email__, __license__, __project__,
__version__
# Read readme and changes files.
-with io.open('README.rst', mode='r', encoding='UTF-8') as fh:
+with io.open("README.rst", mode='r', encoding='UTF-8') as fh:
readme = fh.read().strip()
-with io.open('CHANGES.rst', mode='r', encoding='UTF-8') as fh:
+with io.open("CHANGES.rst", mode='r', encoding='UTF-8') as fh:
changes = fh.read().strip()
setup(
@@ -19,7 +19,7 @@
url="https://github.com/cpburnz/python-path-specification",
description="Utility library for gitignore style pattern matching of
file paths.",
long_description=readme + "\n\n" + changes,
- python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
+ python_requires=">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*",
classifiers=[
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
@@ -29,14 +29,14 @@
"Programming Language :: Python :: 2",
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
- "Topic :: Utilities",
+ "Topic :: Utilities",
],
license=__license__,
packages=find_packages(),