Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-setupmeta for 
openSUSE:Factory checked in at 2022-02-25 21:25:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setupmeta (Old)
 and      /work/SRC/openSUSE:Factory/.python-setupmeta.new.1958 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-setupmeta"

Fri Feb 25 21:25:21 2022 rev:4 rq:957635 version:3.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-setupmeta/python-setupmeta.changes        
2021-11-08 17:25:28.408744107 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-setupmeta.new.1958/python-setupmeta.changes  
    2022-02-25 21:25:57.995647891 +0100
@@ -1,0 +2,45 @@
+Wed Feb 23 11:29:52 UTC 2022 - [email protected]
+
+- version update to 3.3.0
+  3.3.0 (2021-06-14)
+  ------------------
+  * Do not auto-fill ``tests_require`` any more, it is deprecated,
+    see 
https://setuptools.readthedocs.io/en/latest/userguide/dependency_management.html#optional-dependencies
+  3.2.0 (2021-05-17)
+  ------------------
+  * Do not abstract ``requirements.in`` files any more, use them as-is (since 
they're intended to
+    be a spec for pip-compile_)
+  * Next minor version of setupmeta will not auto-fill ``tests_require`` any 
more.
+  3.1.0 (2021-04-15)
+  ------------------
+  * Don't try and modify any git url from ``requirements.txt``, it is too much 
of a moving target
+    and the whole thing is debated: https://github.com/pypa/pip/issues/5898
+  * Do not auto-fill any ``dependency_links`` at all
+  3.0.0 (2021-03-22)
+  ------------------
+  * Yield PEP-440_ compliant versions
+  * Versions yielded by ``setupmeta`` 3.0 will differ from pre-3.0 versions:
+    * Character ``"+"`` is used exclusively to demarcate the local part of the 
version
+    * Character ``"."`` is used exclusively to demarcate local segments
+      (this is not configurable yet, and won't be unless by popular request)
+    * The "main" part remains intact, except for ``devcommit``, furthermore 
only known PEP-440
+      "main version part" bits can ever be in the main part (anything that is 
mistakenly
+      specified to be in the main part gets automatically shifted to the local 
part)
+    * "local" part is always shown now, no need to use ``"!"`` character (now 
deprecated),
+      except for ``{devcommit}`` and ``{dirty}`` markers, which will not lead 
to a local part
+      being shown when exactly on git tag.
+    * See [pep-440.rst](./docs/pep-440.rst) for more details
+  2.9.0 (2021-03-15)
+  ------------------
+  * Don't auto-complete ``classifiers`` from ``classifiers.txt`` any more,
+    the added value of that is negligible (and potentially confusing)
+  2.8.3 (2021-01-07)
+  ------------------
+  * Don't warn when bumping for the first time (with no git tags yet)
+  * Use the most common ``setuptools.find_packages()`` call (without arguments)
+  * Moved repo to https://github.com/codrsquad
+  2.8.2 (2020-11-19)
+  ------------------
+  * Respect ``requirements.in`` when present
+
+-------------------------------------------------------------------

Old:
----
  setupmeta-2.8.1.tar.gz

New:
----
  setupmeta-3.3.0.tar.gz

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

Other differences:
------------------
++++++ python-setupmeta.spec ++++++
--- /var/tmp/diff_new_pack.dlBUxf/_old  2022-02-25 21:25:58.567647993 +0100
+++ /var/tmp/diff_new_pack.dlBUxf/_new  2022-02-25 21:25:58.575647994 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-setupmeta
 #
-# Copyright (c) 2021 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
@@ -18,7 +18,7 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-setupmeta
-Version:        2.8.1
+Version:        3.3.0
 Release:        0
 Summary:        Simplify your setup.py
 License:        MIT
@@ -56,6 +56,8 @@
 git config --global user.email "[email protected]"
 git config --global user.name "Your Name"
 git init
+# requires pep440 python module, currently not packaged
+rm tests/test_versioning.py
 export LANG=en_US.UTF-8
 # test_check_dependencies needs to be run in a venv
 %pytest -k 'not test_check_dependencies'

++++++ setupmeta-2.8.1.tar.gz -> setupmeta-3.3.0.tar.gz ++++++
++++ 4611 lines of diff (skipped)

Reply via email to