Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2022-05-17 17:23:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and      /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PasteDeploy"

Tue May 17 17:23:58 2022 rev:20 rq:977574 version:2.1.1+git.1652668078.0f0697d

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes    
2020-11-29 12:19:17.237447452 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.1538/python-PasteDeploy.changes
  2022-05-17 17:24:11.467157806 +0200
@@ -1,0 +2,16 @@
+Mon May 16 15:32:53 UTC 2022 - mc...@cepl.eu
+
+- Update to version 2.1.1+git.1652668078.0f0697d:
+  * switch to f-string
+  * fix up strings and upgrade format syntax
+  * move fixtures into the setup code for the test suite
+  * blackify/isort/flake8
+  * enable linting
+  * refactor to a src folder
+  * remove py2 configparser shims
+  * refactor package info to setup.cfg, run pyupgrade
+  * fix classifiers
+  * disable windows
+- remove unnecessary patch rm_nspace_pkgs.patch.
+
+-------------------------------------------------------------------

Old:
----
  2.1.1.tar.gz
  rm_nspace_pkgs.patch

New:
----
  _service
  _servicedata
  pastedeploy-2.1.1+git.1652668078.0f0697d.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-PasteDeploy.spec ++++++
--- /var/tmp/diff_new_pack.tSMJeF/_old  2022-05-17 17:24:12.039158324 +0200
+++ /var/tmp/diff_new_pack.tSMJeF/_new  2022-05-17 17:24:12.043158328 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,19 +19,19 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-PasteDeploy
-Version:        2.1.1
+Version:        2.1.1+git.1652668078.0f0697d
 Release:        0
 Summary:        Tool to load, configure, and compose WSGI applications and 
servers
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://github.com/Pylons/pastedeploy
-Source:         https://github.com/Pylons/pastedeploy/archive/%{version}.tar.gz
-# PATCH-FIX-UPSTREAM rm_nspace_pkgs.patch gh#Pylons/pastedeploy#27 
mc...@suse.com
-# Package uses namespace_packages, when it shouldn't.
-Patch0:         rm_nspace_pkgs.patch
+# Source:         
https://github.com/Pylons/pastedeploy/archive/%%{version}.tar.gz
+Source:         pastedeploy-%{version}.tar.gz
 BuildRequires:  %{python_module Paste}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Paste
@@ -54,11 +54,13 @@
 %setup -q -n pastedeploy-%{version}
 %autopatch -p1
 
+sed -i -e '/^addopts/s/ --cov//' pytest.ini
+
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
@@ -67,6 +69,9 @@
 %files %{python_files}
 %doc README.rst
 %license license.txt
-%{python_sitelib}/*
+# %%{python_sitelib}/PasteDeploy-%%{version}*-info
+%{python_sitelib}/PasteDeploy-2.1.1*-info
+%{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth
+%{python_sitelib}/paste/deploy
 
 %changelog

++++++ _service ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="versionprefix">2.1.1+git</param>
    <param name="url">https://github.com/Pylons/pastedeploy.git</param>
    <param name="scm">git</param>
    <param name="exclude">.git*</param>
    <param name="changesgenerate">enable</param>
    <param name="changesauthor">mc...@cepl.eu</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">gz</param>
  </service>
  <service name="set_version" mode="disabled" />
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/Pylons/pastedeploy.git</param>
              <param 
name="changesrevision">0f0697dc20ab33c675d9eecb485f41ed26fa70b8</param></service></servicedata>
(No newline at EOF)

Reply via email to