Hello community,

here is the log from the commit of package python-importlib_resources.12459 for 
openSUSE:Leap:15.1:Update checked in at 2020-05-05 16:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.1:Update/python-importlib_resources.12459 
(Old)
 and      
/work/SRC/openSUSE:Leap:15.1:Update/.python-importlib_resources.12459.new.2738 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-importlib_resources.12459"

Tue May  5 16:20:01 2020 rev:1 rq:799675 version:1.0.2

Changes:
--------
New Changes file:

--- /dev/null   2020-04-14 14:47:33.391806949 +0200
+++ 
/work/SRC/openSUSE:Leap:15.1:Update/.python-importlib_resources.12459.new.2738/python-importlib_resources.changes
   2020-05-05 16:20:02.294957939 +0200
@@ -0,0 +1,19 @@
+-------------------------------------------------------------------
+Wed Jul 31 12:49:00 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- This package is by default provided in python 3.7 and newer
+
+-------------------------------------------------------------------
+Thu Mar 21 15:48:41 UTC 2019 - John Vandenberg <jay...@gmail.com>
+
+- Simplify logic for typing dependency
+
+-------------------------------------------------------------------
+Tue Feb  5 14:35:54 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Thu Jan 31 13:27:59 UTC 2019 - Tomáš Chvátal <tchva...@suse.com>
+
+- Initial commit, needed by importlib-metadata

New:
----
  importlib_resources-1.0.2.tar.gz
  python-importlib_resources.changes
  python-importlib_resources.spec

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

Other differences:
------------------
++++++ python-importlib_resources.spec ++++++
#
# spec file for package python-importlib_resources
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%if %{python3_version_nodots} >= 37
%define skip_python3 1
%endif
Name:           python-importlib_resources
Version:        1.0.2
Release:        0
Summary:        Python package resource reader
License:        Apache-2.0
Group:          Development/Languages/Python
URL:            https://gitlab.com/python-devs/importlib_resources
Source:         
https://files.pythonhosted.org/packages/source/i/importlib_resources/importlib_resources-%{version}.tar.gz
BuildRequires:  %{python_module setuptools}
BuildRequires:  %{python_module typing}
BuildRequires:  %{python_module wheel}
BuildRequires:  fdupes
BuildRequires:  python-rpm-macros
BuildRequires:  python2-pathlib2
BuildArch:      noarch
Requires:       python-typing
%ifpython2
Requires:       python-pathlib2
%endif
%python_subpackages

%description
importlib_resources is a backport of Python 3.7's standard library
importlib.resources module for Python 2.7, and 3.4 through 3.6.

%prep
%setup -q -n importlib_resources-%{version}

%build
%python_build

%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}

%check
%python_exec -m unittest discover

%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*

%changelog

Reply via email to