Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-versioningit for
openSUSE:Factory checked in at 2022-10-12 18:24:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-versioningit (Old)
and /work/SRC/openSUSE:Factory/.python-versioningit.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-versioningit"
Wed Oct 12 18:24:35 2022 rev:3 rq:1009891 version:2.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-versioningit/python-versioningit.changes
2022-07-26 19:44:14.749460823 +0200
+++
/work/SRC/openSUSE:Factory/.python-versioningit.new.2275/python-versioningit.changes
2022-10-12 18:26:13.245891828 +0200
@@ -1,0 +2,6 @@
+Tue Oct 11 16:52:39 UTC 2022 - Yogalakshmi Arunachalam <[email protected]>
+
+- Update to version 2.0.1
+ * Don't run the onbuild step under setuptools' upcoming PEP 660 editable
mode (contributed by @abravalheri)
+
+-------------------------------------------------------------------
Old:
----
versioningit-2.0.0.tar.gz
New:
----
versioningit-2.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-versioningit.spec ++++++
--- /var/tmp/diff_new_pack.G7C8uD/_old 2022-10-12 18:26:13.721892876 +0200
+++ /var/tmp/diff_new_pack.G7C8uD/_new 2022-10-12 18:26:13.729892894 +0200
@@ -25,7 +25,7 @@
%endif
Name: python-versioningit
-Version: 2.0.0
+Version: 2.0.1
Release: 0
Summary: Versioning It with your Version In Git
License: MIT
++++++ versioningit-2.0.0.tar.gz -> versioningit-2.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/CHANGELOG.md
new/versioningit-2.0.1/CHANGELOG.md
--- old/versioningit-2.0.0/CHANGELOG.md 2022-06-13 00:22:31.000000000 +0200
+++ new/versioningit-2.0.1/CHANGELOG.md 2022-08-01 18:10:19.000000000 +0200
@@ -1,3 +1,8 @@
+v2.0.1 (2022-08-01)
+-------------------
+- Don't run the `onbuild` step under setuptools' upcoming PEP 660 editable mode
+ (contributed by [@abravalheri](https://github.com/abravalheri))
+
v2.0.0 (2022-06-12)
-------------------
- The `{version}` placeholder in the "basic" `format` step has been renamed to
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/PKG-INFO
new/versioningit-2.0.1/PKG-INFO
--- old/versioningit-2.0.0/PKG-INFO 2022-06-13 00:22:39.307541000 +0200
+++ new/versioningit-2.0.1/PKG-INFO 2022-08-01 18:10:26.419421200 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: versioningit
-Version: 2.0.0
+Version: 2.0.1
Summary: Versioning It with your Version In Git
Home-page: https://github.com/jwodder/versioningit
Author: John Thorvald Wodder II
@@ -47,6 +47,10 @@
.. image:: https://img.shields.io/pypi/pyversions/versioningit.svg
:target: https://pypi.org/project/versioningit/
+.. image:: https://img.shields.io/conda/vn/conda-forge/versioningit.svg
+ :target: https://anaconda.org/conda-forge/versioningit
+ :alt: Conda Version
+
.. image:: https://img.shields.io/github/license/jwodder/versioningit.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License
@@ -113,7 +117,6 @@
requires = [
"setuptools >= 42", # At least v42 of setuptools required!
"versioningit",
- "wheel"
]
build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/README.rst
new/versioningit-2.0.1/README.rst
--- old/versioningit-2.0.0/README.rst 2022-06-12 17:36:17.000000000 +0200
+++ new/versioningit-2.0.1/README.rst 2022-07-07 15:00:11.000000000 +0200
@@ -13,6 +13,10 @@
.. image:: https://img.shields.io/pypi/pyversions/versioningit.svg
:target: https://pypi.org/project/versioningit/
+.. image:: https://img.shields.io/conda/vn/conda-forge/versioningit.svg
+ :target: https://anaconda.org/conda-forge/versioningit
+ :alt: Conda Version
+
.. image:: https://img.shields.io/github/license/jwodder/versioningit.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License
@@ -79,7 +83,6 @@
requires = [
"setuptools >= 42", # At least v42 of setuptools required!
"versioningit",
- "wheel"
]
build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/docs/changelog.rst
new/versioningit-2.0.1/docs/changelog.rst
--- old/versioningit-2.0.0/docs/changelog.rst 2022-06-13 00:22:31.000000000
+0200
+++ new/versioningit-2.0.1/docs/changelog.rst 2022-08-01 18:10:19.000000000
+0200
@@ -3,6 +3,12 @@
Changelog
=========
+v2.0.1 (2022-08-01)
+-------------------
+- Don't run the ``onbuild`` step under setuptools' upcoming PEP 660 editable
+ mode (contributed by `@abravalheri <https://github.com/abravalheri>`_)
+
+
v2.0.0 (2022-06-12)
-------------------
- The ``{version}`` placeholder in the "basic" ``format`` step has been renamed
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/docs/configuration.rst
new/versioningit-2.0.1/docs/configuration.rst
--- old/versioningit-2.0.0/docs/configuration.rst 2022-06-12
17:36:17.000000000 +0200
+++ new/versioningit-2.0.1/docs/configuration.rst 2022-06-20
00:29:49.000000000 +0200
@@ -295,7 +295,7 @@
``null``
Returns the input version unchanged. Useful if your repo version is
- something horrible and unparseable.
+ something horrible and unparsable.
A warning is emitted if the resulting version is not :pep:`440`-compliant.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/docs/index.rst
new/versioningit-2.0.1/docs/index.rst
--- old/versioningit-2.0.0/docs/index.rst 2022-06-12 17:36:17.000000000
+0200
+++ new/versioningit-2.0.1/docs/index.rst 2022-07-07 15:00:17.000000000
+0200
@@ -77,7 +77,6 @@
requires = [
"setuptools >= 42", # At least v42 of setuptools required!
"versioningit",
- "wheel"
]
build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/docs/notes.rst
new/versioningit-2.0.1/docs/notes.rst
--- old/versioningit-2.0.0/docs/notes.rst 2022-06-12 17:36:17.000000000
+0200
+++ new/versioningit-2.0.1/docs/notes.rst 2022-06-20 00:29:24.000000000
+0200
@@ -33,8 +33,8 @@
``dist-info``.
-Backwards Compability Policy
-----------------------------
+Backwards Compatibility Policy
+------------------------------
``versioningit`` follows `Semantic Versioning`_, in which the major version
component is incremented whenever a breaking change is made. Moreover, the
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/pyproject.toml
new/versioningit-2.0.1/pyproject.toml
--- old/versioningit-2.0.0/pyproject.toml 2021-07-07 21:38:54.000000000
+0200
+++ new/versioningit-2.0.1/pyproject.toml 2022-07-07 14:48:58.000000000
+0200
@@ -1,6 +1,3 @@
[build-system]
-requires = [
- "setuptools >= 46.4.0",
- "wheel ~= 0.32"
-]
+requires = ["setuptools >= 46.4.0"]
build-backend = "setuptools.build_meta"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/src/versioningit/__init__.py
new/versioningit-2.0.1/src/versioningit/__init__.py
--- old/versioningit-2.0.0/src/versioningit/__init__.py 2022-06-13
00:22:31.000000000 +0200
+++ new/versioningit-2.0.1/src/versioningit/__init__.py 2022-08-01
18:10:19.000000000 +0200
@@ -38,7 +38,7 @@
<https://versioningit.rtfd.io> for more information.
"""
-__version__ = "2.0.0"
+__version__ = "2.0.1"
__author__ = "John Thorvald Wodder II"
__author_email__ = "[email protected]"
__license__ = "MIT"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/versioningit-2.0.0/src/versioningit/cmdclasses.py
new/versioningit-2.0.1/src/versioningit/cmdclasses.py
--- old/versioningit-2.0.0/src/versioningit/cmdclasses.py 2022-06-12
17:36:17.000000000 +0200
+++ new/versioningit-2.0.1/src/versioningit/cmdclasses.py 2022-08-01
18:09:43.000000000 +0200
@@ -59,11 +59,13 @@
build_py_base = cmds.get("build_py", build_py)
class VersioningitBuildPy(build_py_base): # type: ignore[valid-type,misc]
+ editable_mode: bool = False
+
def run(self) -> None:
super().run()
init_logging()
template_fields =
get_template_fields_from_distribution(self.distribution)
- if template_fields is not None:
+ if not self.editable_mode and template_fields is not None:
PROJECT_ROOT = Path().resolve()
log.debug("Running onbuild step; cwd=%s", PROJECT_ROOT)
run_onbuild(
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/versioningit-2.0.0/src/versioningit.egg-info/PKG-INFO
new/versioningit-2.0.1/src/versioningit.egg-info/PKG-INFO
--- old/versioningit-2.0.0/src/versioningit.egg-info/PKG-INFO 2022-06-13
00:22:38.000000000 +0200
+++ new/versioningit-2.0.1/src/versioningit.egg-info/PKG-INFO 2022-08-01
18:10:26.000000000 +0200
@@ -1,6 +1,6 @@
Metadata-Version: 2.1
Name: versioningit
-Version: 2.0.0
+Version: 2.0.1
Summary: Versioning It with your Version In Git
Home-page: https://github.com/jwodder/versioningit
Author: John Thorvald Wodder II
@@ -47,6 +47,10 @@
.. image:: https://img.shields.io/pypi/pyversions/versioningit.svg
:target: https://pypi.org/project/versioningit/
+.. image:: https://img.shields.io/conda/vn/conda-forge/versioningit.svg
+ :target: https://anaconda.org/conda-forge/versioningit
+ :alt: Conda Version
+
.. image:: https://img.shields.io/github/license/jwodder/versioningit.svg
:target: https://opensource.org/licenses/MIT
:alt: MIT License
@@ -113,7 +117,6 @@
requires = [
"setuptools >= 42", # At least v42 of setuptools required!
"versioningit",
- "wheel"
]
build-backend = "setuptools.build_meta"