Hello community, here is the log from the commit of package python-dephell-archive for openSUSE:Factory checked in at 2019-08-13 13:26:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dephell-archive (Old) and /work/SRC/openSUSE:Factory/.python-dephell-archive.new.9556 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dephell-archive" Tue Aug 13 13:26:22 2019 rev:1 rq:722828 version:0.1.4 Changes: -------- New Changes file: --- /dev/null 2019-08-07 02:59:15.679220339 +0200 +++ /work/SRC/openSUSE:Factory/.python-dephell-archive.new.9556/python-dephell-archive.changes 2019-08-13 13:26:35.697334220 +0200 @@ -0,0 +1,4 @@ +------------------------------------------------------------------- +Sun May 19 03:59:17 AM UTC 2019 - John Vandenberg <[email protected]> + +- Initial spec for v0.1.4 New: ---- dephell-archive-0.1.4.tar.gz python-dephell-archive.changes python-dephell-archive.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dephell-archive.spec ++++++ # # spec file for package python-dephell-archive # # 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 http://bugs.opensuse.org/ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-dephell-archive Version: 0.1.4 Release: 0 License: MIT Summary: Pathlib for archives Url: https://github.com/dephell/dephell_archive Group: Development/Languages/Python Source: https://files.pythonhosted.org/packages/source/d/dephell-archive/dephell-archive-%{version}.tar.gz BuildRequires: python-rpm-macros BuildRequires: %{python_module base >= 3.5} BuildRequires: %{python_module setuptools} # SECTION test requirements BuildRequires: %{python_module attrs} # /SECTION BuildRequires: fdupes Requires: python-attrs BuildArch: noarch %python_subpackages %description Dephell library providing pathlib for archives. %prep %setup -q -n dephell-archive-%{version} %build %python_build %install %python_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license LICENSE %doc README.md %{python_sitelib}/* %changelog
