commit python-dparse for openSUSE:Leap:15.2

2020-04-08 Thread root
Hello community,

here is the log from the commit of package python-dparse for openSUSE:Leap:15.2 
checked in at 2020-04-08 12:49:04

Comparing /work/SRC/openSUSE:Leap:15.2/python-dparse (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-dparse.new.3248 (New)


Package is "python-dparse"

Wed Apr  8 12:49:04 2020 rev:2 rq:791640 version:0.5.0

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-dparse/python-dparse.changes
2020-02-22 18:49:30.276368694 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-dparse.new.3248/python-dparse.changes  
2020-04-08 12:49:30.986377670 +0200
@@ -1,0 +2,9 @@
+Fri Apr  3 08:12:12 UTC 2020 - Marketa Calabkova 
+
+- update to 0.5.0
+  * Dropped Python 2.7, 3.3, 3.4 support
+  * Removed six package
+  * Removed pinned dependencies of tests
+  * Dropped setup.py tests support in favor of tox
+
+---

Old:

  dparse-0.4.1.tar.gz

New:

  dparse-0.5.0.tar.gz



Other differences:
--
++ python-dparse.spec ++
--- /var/tmp/diff_new_pack.3q15cg/_old  2020-04-08 12:49:31.410377892 +0200
+++ /var/tmp/diff_new_pack.3q15cg/_new  2020-04-08 12:49:31.410377892 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dparse
 #
-# 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,8 +18,9 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
+%define skip_python2 1
 Name:   python-dparse
-Version:0.4.1
+Version:0.5.0
 Release:0
 Summary:Python dependency file parser
 License:MIT
@@ -31,14 +32,13 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-PyYAML
 Requires:   python-packaging
-Requires:   python-six
 Recommends: python-pipenv
 BuildArch:  noarch
 %if %{with test}
 BuildRequires:  %{python_module PyYAML}
 BuildRequires:  %{python_module packaging}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module six}
+BuildRequires:  %{python_module toml}
 %endif
 %python_subpackages
 
@@ -60,6 +60,7 @@
 %check
 # There is a bug in the pipenv support, related to writing a new toml file.
 # Both dparse and pipenv have a vendored copy of different toml libraries.
+# and even more, we do not have pipenv in our distribution
 %pytest --deselect 'tests/test_updater.py::test_update_pipfile'
 %endif
 

++ dparse-0.4.1.tar.gz -> dparse-0.5.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dparse-0.4.1/CONTRIBUTING.rst 
new/dparse-0.5.0/CONTRIBUTING.rst
--- old/dparse-0.4.1/CONTRIBUTING.rst   2018-04-06 13:46:35.0 +0200
+++ new/dparse-0.5.0/CONTRIBUTING.rst   2020-03-14 17:40:22.0 +0100
@@ -15,7 +15,7 @@
 Report Bugs
 ~~~
 
-Report bugs at https://github.com/jayfk/dparse/issues.
+Report bugs at https://github.com/pyupio/dparse/issues.
 
 If you are reporting a bug, please include:
 
@@ -45,7 +45,7 @@
 Submit Feedback
 ~~~
 
-The best way to send feedback is to file an issue at 
https://github.com/jayfk/dparse/issues.
+The best way to send feedback is to file an issue at 
https://github.com/pyupio/dparse/issues.
 
 If you are proposing a feature:
 
@@ -78,12 +78,9 @@
 
 5. When you're done making changes, check that your changes pass flake8 and 
the tests, including testing other Python versions with tox::
 
-$ flake8 dparse tests
-$ python setup.py test or py.test
+$ pip install tox
 $ tox
 
-   To get flake8 and tox, just pip install them into your virtualenv.
-
 6. Commit your changes and push your branch to GitHub::
 
 $ git add .
@@ -101,8 +98,8 @@
 2. If the pull request adds functionality, the docs should be updated. Put
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
-3. The pull request should work for Python 2.6, 2.7, 3.3, 3.4 and 3.5, and for 
PyPy. Check
-   https://travis-ci.org/jayfk/dparse/pull_requests
+3. The pull request should work for Python 3.5+ and PyPy. Check
+   https://travis-ci.org/pyupio/dparse/pull_requests
and make sure that the tests pass for all supported Python versions.
 
 Tips
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/dparse-0.4.1/HISTORY.rst new/dparse-0.5.0/HISTORY.rst
--- old/dparse-0.4.1/HISTORY.rst2018-04-06 13:46:35.0 +0200
+++ new/dparse-0.5.0/HISTORY.rst2020-03-14 17:40:22.0 +0100
@@ -2,6 +2,14 @@
 History
 ===
 
+0.5.0 (2020-03-14)
+--
+

commit python-dparse for openSUSE:Leap:15.2

2020-02-22 Thread root
Hello community,

here is the log from the commit of package python-dparse for openSUSE:Leap:15.2 
checked in at 2020-02-22 18:49:29

Comparing /work/SRC/openSUSE:Leap:15.2/python-dparse (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-dparse.new.26092 (New)


Package is "python-dparse"

Sat Feb 22 18:49:29 2020 rev:1 rq:775504 version:0.4.1

Changes:

New Changes file:

--- /dev/null   2019-12-19 10:12:34.003146842 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.python-dparse.new.26092/python-dparse.changes 
2020-02-22 18:49:30.276368694 +0100
@@ -0,0 +1,28 @@
+---
+Tue Apr 16 12:30:22 CEST 2019 - Matej Cepl 
+
+- Although pipenv is required by upstream, tests pass even
+  without it, and we don't have it packaged yet.
+
+---
+Tue Feb 12 00:59:00 UTC 2019 - John Vandenberg 
+
+- Update to v0.4.1
+  * Fixed a packaging error
+- for 0.4.0
+  * pipenv is now an optional dependency that's only used when updating a 
Pipfile
+  * Added support for invalid toml Pipfiles
+- for 0.3.0
+  * Added support for setup.cfg files
+  * Dependencies from Pipfiles now include the section
+  * Multiline requirements are now ignored if they are marked
+  * Added experimental support for Pipfiles
+- Remove unnecessary build dependency on python-devel and pytest-runner
+- Added Recommends for pipenv, and disabled one test related to Pipfile
+  support.
+- Use %license
+
+---
+Wed Jan 17 02:35:44 UTC 2018 - toddrme2...@gmail.com
+
+- Initial version for 0.2.1

New:

  dparse-0.4.1.tar.gz
  python-dparse.changes
  python-dparse.spec



Other differences:
--
++ python-dparse.spec ++
#
# spec file for package python-dparse
#
# 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
# 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 https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%bcond_without  test
Name:   python-dparse
Version:0.4.1
Release:0
Summary:Python dependency file parser
License:MIT
Group:  Development/Languages/Python
URL:https://github.com/jayfk/dparse
Source: 
https://files.pythonhosted.org/packages/source/d/dparse/dparse-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
Requires:   python-PyYAML
Requires:   python-packaging
Requires:   python-six
Recommends: python-pipenv
BuildArch:  noarch
%if %{with test}
BuildRequires:  %{python_module PyYAML}
BuildRequires:  %{python_module packaging}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module six}
%endif
%python_subpackages

%description
A parser for Python dependency files.

%prep
%setup -q -n dparse-%{version}
# Note vendor/toml.py could be unvendored

%build
%python_build

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

%if %{with test}
%check
# There is a bug in the pipenv support, related to writing a new toml file.
# Both dparse and pipenv have a vendored copy of different toml libraries.
%pytest --deselect 'tests/test_updater.py::test_update_pipfile'
%endif

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

%changelog