Hello community, here is the log from the commit of package python-atom for openSUSE:Factory checked in at 2020-05-07 14:55:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-atom (Old) and /work/SRC/openSUSE:Factory/.python-atom.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atom" Thu May 7 14:55:52 2020 rev:3 rq:800854 version:0.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-atom/python-atom.changes 2019-03-07 10:51:07.785842291 +0100 +++ /work/SRC/openSUSE:Factory/.python-atom.new.2738/python-atom.changes 2020-05-07 14:55:54.578446479 +0200 @@ -1,0 +2,9 @@ +Thu May 7 02:46:58 UTC 2020 - Steve Kowalik <[email protected]> + +- Update to 0.5.0: + * drop Python 2 support PR #83 + * use cppy to write the c++ extension PR #83 + * add c++ implememtation of AtomDict PR #93 + * add a Set member PR #93 + +------------------------------------------------------------------- Old: ---- 0.4.3.tar.gz New: ---- 0.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-atom.spec ++++++ --- /var/tmp/diff_new_pack.lXFt2r/_old 2020-05-07 14:55:55.218447610 +0200 +++ /var/tmp/diff_new_pack.lXFt2r/_new 2020-05-07 14:55:55.222447617 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-atom # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,15 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%define skip_python2 1 Name: python-atom -Version: 0.4.3 +Version: 0.5.0 Release: 0 Summary: Memory efficient Python objects License: BSD-3-Clause -Group: Development/Languages/Python -Url: https://github.com/nucleic/atom +URL: https://github.com/nucleic/atom Source: https://github.com/nucleic/atom/archive/%{version}.tar.gz +BuildRequires: %{python_module cppy} BuildRequires: %{python_module devel} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} ++++++ 0.4.3.tar.gz -> 0.5.0.tar.gz ++++++ ++++ 14181 lines of diff (skipped)
