Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pdm-pep517 for
openSUSE:Factory checked in at 2022-08-02 22:10:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pdm-pep517 (Old)
and /work/SRC/openSUSE:Factory/.python-pdm-pep517.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pdm-pep517"
Tue Aug 2 22:10:01 2022 rev:3 rq:992376 version:1.0.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pdm-pep517/python-pdm-pep517.changes
2022-06-17 21:23:11.602795513 +0200
+++
/work/SRC/openSUSE:Factory/.python-pdm-pep517.new.1533/python-pdm-pep517.changes
2022-08-02 22:10:45.762044179 +0200
@@ -1,0 +2,28 @@
+Tue Aug 2 13:36:47 UTC 2022 - Torsten Gruner <[email protected]>
+
+- Update to 1.0.2
+ * Ensure the license is a file. Also add LICENSES/* to the default
+ search patterns, as specified by REUSE spec. #105
+ * Throw a better error message when a malformed requirement
+ is being parsed. #106
+- Release v1.0.1 (2022-07-03)
+ * Fix a compatibility issue that run_setuptools defaults to True
+ for old build configuration.
+- Release v1.0.0 (2022-06-25)
+ * No significant changes.
+- Release v1.0.0a1 (2022-06-22)
+ * Emit UserWarning for deprecated settings.
+- Release v1.0.0a0 (2022-06-22)
+ * Allow writing dynamic version from scm source to a file. #94
+ * The dynamic version table fields are renamed: {from = ...} to
+ {source = "file", path = ...} and {use_scm = true} to {source = "scm"}. #95
+ * Support custom build script, a script containing a function named build
+ that takes (src, dst) as the arguments. When run-setuptools is true, the
+ build function will be called in a generated setup.py file, with the setup
+ parameters as the only argument. #98
+ * Removals and Deprecations
+ + includes, excludes, source-includes, package-dir, is-purelib,
editable-backend
+ are moved to [tool.pdm.build] table. build field is renamed to
setup-script
+ under [tool.pdm.build] table. #96
+
+-------------------------------------------------------------------
Old:
----
pdm-pep517-0.12.7.tar.gz
New:
----
_multibuild
pdm-pep517-1.0.2.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pdm-pep517.spec ++++++
--- /var/tmp/diff_new_pack.cbNp9H/_old 2022-08-02 22:10:46.138045262 +0200
+++ /var/tmp/diff_new_pack.cbNp9H/_new 2022-08-02 22:10:46.142045274 +0200
@@ -16,18 +16,25 @@
#
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pdm-pep517
-Version: 0.12.7
+Version: 1.0.2
Release: 0
Summary: Python Development Master
License: MIT
-URL: https://pdm-pep517.fming.dev://github.com/frostming/pdm-pep517
+URL: https://github.com/pdm-project/pdm-pep517
Source:
https://files.pythonhosted.org/packages/source/p/pdm-pep517/pdm-pep517-%{version}.tar.gz
-BuildRequires: %{python_module devel}
+BuildRequires: %{python_module devel > 3.6}
BuildRequires: %{python_module pip}
-BuildRequires: %{python_module poetry}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
@@ -35,7 +42,14 @@
BuildRequires: python-rpm-macros
BuildArch: noarch
# SECTION test requirements
+%if %{with test}
+BuildRequires: %{python_module parver}
+BuildRequires: %{python_module pdm-pep517}
+BuildRequires: %{python_module pytest-cov}
+BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module towncrier}
+%endif
# /SECTION
%python_subpackages
@@ -51,15 +65,23 @@
%pyproject_wheel
%install
+%if !%{with test}
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
+%if %{with test}
%check
-%pytest -k 'not test_project_version_use_scm'
+%pytest -k 'not (test_project_version_use_scm or
test_build_wheel_write_version_to_file or
test_build_wheel_write_version_to_file_template)'
+%endif
+%if !%{with test}
%files %{python_files}
%doc README.md
%license LICENSE
-%{python_sitelib}/pdm*
+%dir %{python_sitelib}/pdm
+%{python_sitelib}/pdm/pep517
+%{python_sitelib}/pdm_pep517-%{version}.dist-info
+%endif
%changelog
++++++ _multibuild ++++++
<multibuild>
<package>test</package>
</multibuild>
++++++ pdm-pep517-0.12.7.tar.gz -> pdm-pep517-1.0.2.tar.gz ++++++
++++ 3798 lines of diff (skipped)