Hello community,

here is the log from the commit of package python-atom for openSUSE:Factory 
checked in at 2019-03-07 10:50:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atom (Old)
 and      /work/SRC/openSUSE:Factory/.python-atom.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-atom"

Thu Mar  7 10:50:31 2019 rev:2 rq:682152 version:0.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atom/python-atom.changes  2018-05-16 
11:44:02.462954071 +0200
+++ /work/SRC/openSUSE:Factory/.python-atom.new.28833/python-atom.changes       
2019-03-07 10:51:07.785842291 +0100
@@ -1,0 +2,7 @@
+Wed Mar  6 12:58:53 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 0.4.3:
+  * Remove dependency on future which was slowing down import time
+- Switch to github tarball for tests and license
+
+-------------------------------------------------------------------

Old:
----
  atom-0.4.1.tar.gz

New:
----
  0.4.3.tar.gz

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

Other differences:
------------------
++++++ python-atom.spec ++++++
--- /var/tmp/diff_new_pack.itWAHs/_old  2019-03-07 10:51:08.209842176 +0100
+++ /var/tmp/diff_new_pack.itWAHs/_new  2019-03-07 10:51:08.209842176 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-atom
 #
-# 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
@@ -12,28 +12,25 @@
 # 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-%{**}}
 Name:           python-atom
-Version:        0.4.1
+Version:        0.4.3
 Release:        0
 Summary:        Memory efficient Python objects
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
 Url:            https://github.com/nucleic/atom
-Source:         
https://files.pythonhosted.org/packages/source/a/atom/atom-%{version}.tar.gz
+Source:         https://github.com/nucleic/atom/archive/%{version}.tar.gz
 BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  c++_compiler
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# SECTION test requirements
-BuildRequires:  %{python_module future}
-# /SECTION
-Requires:       python-future
 
 %python_subpackages
 
@@ -45,19 +42,21 @@
 
 %prep
 %setup -q -n atom-%{version}
-sed -i 's/\r$//' README.rst
 
 %build
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -fno-strict-aliasing"
 %python_build
 
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} 
py.test-%{$python_bin_suffix} -v
+
 %files %{python_files}
 %doc README.rst
-%license COPYING.txt
+%license LICENSE
 %{python_sitearch}/*
 
 %changelog

++++++ atom-0.4.1.tar.gz -> 0.4.3.tar.gz ++++++
++++ 34082 lines of diff (skipped)


Reply via email to