commit python-python-rpm-spec for openSUSE:Factory

2020-08-06 Thread root
Hello community,

here is the log from the commit of package python-python-rpm-spec for 
openSUSE:Factory checked in at 2020-08-06 10:42:04

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


Package is "python-python-rpm-spec"

Thu Aug  6 10:42:04 2020 rev:4 rq:824577 version:0.9

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-rpm-spec/python-python-rpm-spec.changes
2019-03-12 09:52:32.311548540 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-python-rpm-spec.new.3399/python-python-rpm-spec.changes
  2020-08-06 10:42:10.066121469 +0200
@@ -1,0 +2,6 @@
+Wed Aug  5 09:18:10 UTC 2020 - Marketa Calabkova 
+
+- update to 0.9
+  * Ignore case when parsing directives
+
+---

Old:

  python-rpm-spec-0.8.tar.gz

New:

  python-rpm-spec-0.9.tar.gz



Other differences:
--
++ python-python-rpm-spec.spec ++
--- /var/tmp/diff_new_pack.I4Re7u/_old  2020-08-06 10:42:12.658122766 +0200
+++ /var/tmp/diff_new_pack.I4Re7u/_new  2020-08-06 10:42:12.658122766 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-rpm-spec
 #
-# 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
@@ -19,7 +19,7 @@
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-rpm-spec
-Version:0.8
+Version:0.9
 Release:0
 Summary:Python module for parsing RPM spec files
 License:MIT
@@ -51,7 +51,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand py.test-%{$python_bin_suffix} -vv tests
+%pytest tests
 
 %files %{python_files}
 %doc CHANGELOG* README*

++ python-rpm-spec-0.8.tar.gz -> python-rpm-spec-0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rpm-spec-0.8/.editorconfig 
new/python-rpm-spec-0.9/.editorconfig
--- old/python-rpm-spec-0.8/.editorconfig   1970-01-01 01:00:00.0 
+0100
+++ new/python-rpm-spec-0.9/.editorconfig   2020-05-02 14:29:17.260953200 
+0200
@@ -0,0 +1,8 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+end_of_line = lf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rpm-spec-0.8/.pylintrc 
new/python-rpm-spec-0.9/.pylintrc
--- old/python-rpm-spec-0.8/.pylintrc   2018-09-18 21:35:11.181484200 +0200
+++ new/python-rpm-spec-0.9/.pylintrc   2020-03-01 12:31:05.475503000 +0100
@@ -143,6 +143,7 @@
 C0103,
 C0111,
 C0111,
+C0330, # Wrong hanging indentation before block
 C0413,
 E1101,
 R0903,
@@ -324,7 +325,7 @@
 indent-string=''
 
 # Maximum number of characters on a single line.
-max-line-length=100
+max-line-length=110
 
 # Maximum number of lines in a module.
 max-module-lines=1000
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rpm-spec-0.8/AUTHORS 
new/python-rpm-spec-0.9/AUTHORS
--- old/python-rpm-spec-0.8/AUTHORS 2018-09-18 19:00:37.772446900 +0200
+++ new/python-rpm-spec-0.9/AUTHORS 2020-05-02 14:29:17.262953300 +0200
@@ -1,4 +1,6 @@
 Benjamin Kircher 
+Clément Bénier 
+KOLANICH 
 Lazar Šumar 
 Lon Hohberger 
 Luca Beltrame 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rpm-spec-0.8/CHANGELOG.md 
new/python-rpm-spec-0.9/CHANGELOG.md
--- old/python-rpm-spec-0.8/CHANGELOG.md2018-09-18 21:47:51.851634000 
+0200
+++ new/python-rpm-spec-0.9/CHANGELOG.md2020-05-02 15:05:15.548065000 
+0200
@@ -1,8 +1,15 @@
 # Changelog
 
+## 0.9 (202-05-02)
+
+Changes:
+
+* Ignore case when parsing directives
+
 ## 0.8 (2018-09-18)
 
 New Features:
+
 * Enable parsing versions in `BuildRequires:` and `Requires:`
 * Add support for conditional macros, e.g. `%{?test_macro:expression}`
 * Use flit for packaging
@@ -10,4 +17,5 @@
 ## 0.7 (2017-08-10)
 
 New Features:
+
 * Add `Spec.sources_dict` and `Spec.patches_dict`
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-rpm-spec-0.8/PKG-INFO 
new/python-rpm-spec-0.9/PKG-INFO
--- old/python-rpm-spec-0.8/PKG-INFO1970-01-01 01:00:00.0 +0100
+++ new/python-rpm-spec-0.9/PKG-INFO1970-01-01 01:00:00.0 +0100
@@ -1,7 +1,7 @@
 Metadata-Version: 1.1
 Name: python-rpm-spec
-Version: 0.8
+Version: 0.9
 Summ

commit python-python-rpm-spec for openSUSE:Factory

2019-03-12 Thread root
Hello community,

here is the log from the commit of package python-python-rpm-spec for 
openSUSE:Factory checked in at 2019-03-12 09:52:22

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


Package is "python-python-rpm-spec"

Tue Mar 12 09:52:22 2019 rev:3 rq:682031 version:0.8

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-rpm-spec/python-python-rpm-spec.changes
2018-06-05 12:53:37.400073836 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-rpm-spec.new.28833/python-python-rpm-spec.changes
 2019-03-12 09:52:32.311548540 +0100
@@ -1,0 +2,9 @@
+Tue Mar  5 12:52:41 UTC 2019 - John Vandenberg 
+
+- Switch to using pythonhosted.org for sdist
+- Update to v0.8
+  * Enable parsing versions in `BuildRequires:` and `Requires:`
+  * Add support for conditional macros, e.g. `%{?test_macro:expression}`
+  * Use flit for packaging
+
+---

Old:

  python-rpm-spec-0.7.tar.gz

New:

  python-rpm-spec-0.8.tar.gz



Other differences:
--
++ python-python-rpm-spec.spec ++
--- /var/tmp/diff_new_pack.f3bOOW/_old  2019-03-12 09:52:33.639548276 +0100
+++ /var/tmp/diff_new_pack.f3bOOW/_new  2019-03-12 09:52:33.643548275 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-python-rpm-spec
 #
-# 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
@@ -12,20 +12,20 @@
 # 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/
 #
 
 
 %define skip_python2 1
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-rpm-spec
-Version:0.7
+Version:0.8
 Release:0
 Summary:Python module for parsing RPM spec files
 License:MIT
 Group:  Development/Libraries/Python
 URL:https://github.com/bkircher/python-rpm-spec
-Source0:
https://github.com/bkircher/python-rpm-spec/archive/%{version}.tar.gz#/python-rpm-spec-%{version}.tar.gz
+Source0:
https://files.pythonhosted.org/packages/source/p/python-rpm-spec/python-rpm-spec-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes

++ python-rpm-spec-0.7.tar.gz -> python-rpm-spec-0.8.tar.gz ++
 3372 lines of diff (skipped)




commit python-python-rpm-spec for openSUSE:Factory

2018-06-05 Thread root
Hello community,

here is the log from the commit of package python-python-rpm-spec for 
openSUSE:Factory checked in at 2018-06-05 12:53:35

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


Package is "python-python-rpm-spec"

Tue Jun  5 12:53:35 2018 rev:2 rq:614137 version:0.7

Changes:

--- 
/work/SRC/openSUSE:Factory/python-python-rpm-spec/python-python-rpm-spec.changes
2018-05-29 10:46:19.765371728 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-python-rpm-spec.new/python-python-rpm-spec.changes
   2018-06-05 12:53:37.400073836 +0200
@@ -1,0 +2,11 @@
+Sun May 27 15:17:54 UTC 2018 - toddrme2...@gmail.com
+
+- Fix tests on Leap 42.3
+- spec file cleanups
+
+---
+Sun May 27 15:06:15 UTC 2018 - toddrme2...@gmail.com
+
+- spec file cleanups
+
+---



Other differences:
--
++ python-python-rpm-spec.spec ++
--- /var/tmp/diff_new_pack.s430Nc/_old  2018-06-05 12:53:37.948053765 +0200
+++ /var/tmp/diff_new_pack.s430Nc/_new  2018-06-05 12:53:37.952053619 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package python-rpm-spec
+# spec file for package python-python-rpm-spec
 #
 # Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
@@ -17,7 +17,6 @@
 
 
 %define skip_python2 1
-%global realname python-rpm-spec
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-python-rpm-spec
 Version:0.7
@@ -26,11 +25,12 @@
 License:MIT
 Group:  Development/Libraries/Python
 URL:https://github.com/bkircher/python-rpm-spec
-Source0:
https://github.com/bkircher/python-rpm-spec/archive/%{version}.tar.gz#/%{realname}-%{version}.tar.gz
+Source0:
https://github.com/bkircher/python-rpm-spec/archive/%{version}.tar.gz#/python-rpm-spec-%{version}.tar.gz
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Conflicts:  python-pyrpm
 BuildArch:  noarch
 %python_subpackages
 
@@ -41,7 +41,7 @@
 access to various bits of information that is contained in the spec file.
 
 %prep
-%setup -q -n %{realname}-%{version}
+%setup -q -n python-rpm-spec-%{version}
 
 %build
 %python_build
@@ -51,7 +51,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-pytest -vv tests
+%python_expand py.test-%{$python_bin_suffix} -vv tests
 
 %files %{python_files}
 %doc CHANGELOG* README*