Hello community,

here is the log from the commit of package python-email_validator for 
openSUSE:Leap:15.2 checked in at 2020-03-16 12:20:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/python-email_validator (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.python-email_validator.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-email_validator"

Mon Mar 16 12:20:45 2020 rev:11 rq:776597 version:1.0.4

Changes:
--------
--- 
/work/SRC/openSUSE:Leap:15.2/python-email_validator/python-email_validator.changes
  2020-01-15 15:48:48.351438419 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-email_validator.new.3160/python-email_validator.changes
        2020-03-16 12:20:45.911705646 +0100
@@ -1,0 +2,17 @@
+Tue May  7 10:28:10 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.0.4
+  * no upstream changelog
+
+-------------------------------------------------------------------
+Thu Mar 14 15:48:48 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Update to 1.0.3:
+  * metadata fixes
+
+-------------------------------------------------------------------
+Tue Dec  4 12:47:37 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

New:
----
  v1.0.4.tar.gz

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

Other differences:
------------------
++++++ python-email_validator.spec ++++++
--- /var/tmp/diff_new_pack.DmReDt/_old  2020-03-16 12:20:46.271705705 +0100
+++ /var/tmp/diff_new_pack.DmReDt/_new  2020-03-16 12:20:46.271705705 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-email_validator
 #
-# Copyright (c) 2017 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
@@ -12,32 +12,28 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without test
 Name:           python-email_validator
-Version:        1.0.2
+Version:        1.0.4
 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
-BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
-%if %{with test}
+URL:            https://github.com/JoshData/python-email-validator
+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}
-%endif
+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
-
 %python_subpackages
 
 %description
@@ -56,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
@@ -65,9 +61,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%{python_expand $python email_validator/__init__.py --tests < test_pass.txt}
+
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE README.rst
+%license LICENSE
+%doc README.rst
 %python3_only %{_bindir}/email_validator
 %{python_sitelib}/*
 


Reply via email to