Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-django-phonenumber-field for
openSUSE:Factory checked in at 2023-10-24 20:09:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-phonenumber-field (Old)
and /work/SRC/openSUSE:Factory/.python-django-phonenumber-field.new.24901
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-django-phonenumber-field"
Tue Oct 24 20:09:39 2023 rev:4 rq:1119980 version:5.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-django-phonenumber-field/python-django-phonenumber-field.changes
2022-01-07 12:47:59.331912436 +0100
+++
/work/SRC/openSUSE:Factory/.python-django-phonenumber-field.new.24901/python-django-phonenumber-field.changes
2023-10-24 20:09:44.359539475 +0200
@@ -1,0 +2,5 @@
+Tue Oct 24 12:29:41 UTC 2023 - Dirk Müller <[email protected]>
+
+- use setuptools_scm to get proper version in metadata
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-django-phonenumber-field.spec ++++++
--- /var/tmp/diff_new_pack.cMxHID/_old 2023-10-24 20:09:44.907559399 +0200
+++ /var/tmp/diff_new_pack.cMxHID/_new 2023-10-24 20:09:44.911559544 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-django-phonenumber-field
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -27,6 +27,7 @@
Group: Development/Languages/Python
URL: https://github.com/stefanfoulis/django-phonenumber-field
Source:
https://files.pythonhosted.org/packages/source/d/django-phonenumber-field/django-phonenumber-field-%{version}.tar.gz
+BuildRequires: %{python_module setuptools_scm}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -62,5 +63,6 @@
%files %{python_files}
%doc README.rst
%license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/phonenumber_field
+%{python_sitelib}/django_phonenumber_field-%{version}*-info