Hello community,

here is the log from the commit of package python-email_validator for 
openSUSE:Factory checked in at 2019-03-29 20:35:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-email_validator (Old)
 and      /work/SRC/openSUSE:Factory/.python-email_validator.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-email_validator"

Fri Mar 29 20:35:17 2019 rev:3 rq:685054 version:1.0.3

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-email_validator/python-email_validator.changes
    2018-12-13 19:43:42.201070606 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-email_validator.new.25356/python-email_validator.changes
 2019-03-29 20:35:18.786569816 +0100
@@ -1,0 +2,6 @@
+Thu Mar 14 15:48:48 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 1.0.3:
+  * metadata fixes
+
+-------------------------------------------------------------------

Old:
----
  email_validator-1.0.2.tar.gz

New:
----
  v1.0.3.tar.gz

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

Other differences:
------------------
++++++ python-email_validator.spec ++++++
--- /var/tmp/diff_new_pack.iWogaM/_old  2019-03-29 20:35:19.302568880 +0100
+++ /var/tmp/diff_new_pack.iWogaM/_new  2019-03-29 20:35:19.306568873 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-email_validator
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,25 +17,23 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-email_validator
-Version:        1.0.2
+Version:        1.0.3
 Release:        0
 Summary:        A robust email syntax and deliverability validation library 
for Python
 License:        CC0-1.0
 Group:          Development/Languages/Python
 URL:            https://github.com/JoshData/python-email-validator
-Source:         
https://files.pythonhosted.org/packages/source/e/email_validator/email_validator-%{version}.tar.gz
+Source:         
https://github.com/JoshData/python-email-validator/archive/v%{version}.tar.gz
+BuildRequires:  %{python_module dnspython >= 1.15.0}
+BuildRequires:  %{python_module idna >= 2.0.0}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-dnspython >= 1.15.0
 Requires:       python-idna >= 2.0.0
+Requires:       python-setuptools
 BuildArch:      noarch
-%if %{with test}
-BuildRequires:  %{python_module dnspython >= 1.15.0}
-BuildRequires:  %{python_module idna >= 2.0.0}
-%endif
 %python_subpackages
 
 %description
@@ -54,7 +52,7 @@
 * Normalizes email addresses (super important for internationalized addresses! 
see below).
 
 %prep
-%setup -q -n email_validator-%{version}
+%setup -q -n python-email-validator-%{version}
 
 %build
 %python_build
@@ -63,6 +61,8 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+# there are no tests
+
 %files %{python_files}
 %license LICENSE
 %doc README.rst


Reply via email to