Hello community,
here is the log from the commit of package python-atpublic for openSUSE:Factory
checked in at 2020-12-02 13:58:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-atpublic (Old)
and /work/SRC/openSUSE:Factory/.python-atpublic.new.5913 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-atpublic"
Wed Dec 2 13:58:14 2020 rev:2 rq:852352 version:2.1.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-atpublic/python-atpublic.changes
2019-05-16 22:07:22.750429968 +0200
+++
/work/SRC/openSUSE:Factory/.python-atpublic.new.5913/python-atpublic.changes
2020-12-02 13:58:15.781803772 +0100
@@ -1,0 +2,17 @@
+Mon Nov 30 07:48:01 UTC 2020 - John Vandenberg <[email protected]>
+
+- Update to v2.1.1
+ * Clean up some typing problems
+ * Reorganized docs and tests out of the code directory
+ * Fix the Windows CI tests
+
+- from v2.0
+ * Drop Python 3.4 and 3.5; add Python 3.8 and 3.9.
+ * The C implementation is removed
+ * Added an ``@private`` decorator
+ * Build and test on Windows in addition to Linux
+ * Fix the doctests so that they actually run and pass!
+ * Add type annotations and API reference documentation
+ * Internal improvements and modernizations
+
+-------------------------------------------------------------------
Old:
----
atpublic-1.0.tar.gz
New:
----
atpublic-2.1.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-atpublic.spec ++++++
--- /var/tmp/diff_new_pack.GnGM8c/_old 2020-12-02 13:58:16.521804551 +0100
+++ /var/tmp/diff_new_pack.GnGM8c/_new 2020-12-02 13:58:16.525804556 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-atpublic
#
-# 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
@@ -12,51 +12,54 @@
# 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-%{**}}
%define skip_python2 1
Name: python-atpublic
-Version: 1.0
+Version: 2.1.1
Release: 0
-License: Apache-2.0
Summary: @public decorator for populating __all__
-Url: http://public.readthedocs.io/
+License: Apache-2.0
Group: Development/Languages/Python
-Source:
https://files.pythonhosted.org/packages/source/a/atpublic/atpublic-%{version}.tar.gz
-BuildRequires: python-rpm-macros
+URL: http://public.readthedocs.io/
+Source:
https://gitlab.com/warsaw/public/-/archive/%{version}/public-%{version}.tar.gz#/atpublic-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
-
+BuildRequires: python-rpm-macros
+Requires: python-typing_extensions
+BuildArch: noarch
+# SECTION test requirements
+BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module sybil}
+BuildRequires: %{python_module typing_extensions}
+# /SECTION
%python_subpackages
%description
public -- @public for populating __all__.
%prep
-%setup -q -n atpublic-%{version}
+%setup -q -n public-%{version}
+rm setup.cfg
%build
-export CFLAGS="%{optflags}"
-export ATPUBLIC_BUILD_EXTENSION=1
%python_build
%install
-export ATPUBLIC_BUILD_EXTENSION=1
%python_install
-%{python_expand rm -r %{buildroot}%{$python_sitearch}/public/tests
-%fdupes %{buildroot}%{$python_sitearch}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-%python_exec setup.py test --test-suite=public.tests
+%pytest
%files %{python_files}
-%doc NEWS.rst README.rst
-%license LICENSE.txt
-%{python_sitearch}/*
+%doc docs/NEWS.rst README.rst
+%license LICENSE
+%{python_sitelib}/*
%changelog
++++++ atpublic-1.0.tar.gz -> atpublic-2.1.1.tar.gz ++++++
++++ 2583 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- [email protected]
To unsubscribe, email [email protected]
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives:
https://lists.opensuse.org/archives/list/[email protected]