Hello community,
here is the log from the commit of package python-environ-config for
openSUSE:Factory checked in at 2020-08-10 14:51:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-environ-config (Old)
and /work/SRC/openSUSE:Factory/.python-environ-config.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-environ-config"
Mon Aug 10 14:51:39 2020 rev:1 rq:825337 version:20.1.0
Changes:
--------
New Changes file:
--- /dev/null 2020-08-06 00:20:10.149648038 +0200
+++
/work/SRC/openSUSE:Factory/.python-environ-config.new.3399/python-environ-config.changes
2020-08-10 14:51:58.131809499 +0200
@@ -0,0 +1,14 @@
+-------------------------------------------------------------------
+Fri Jul 24 13:51:16 UTC 2020 - John Vandenberg <[email protected]>
+
+- Add Conflict with python-django-environ
+
+-------------------------------------------------------------------
+Tue Jul 21 18:46:00 UTC 2020 - John Vandenberg <[email protected]>
+
+- Update to v20.1.0
+
+-------------------------------------------------------------------
+Sat Mar 9 11:51:02 AM UTC 2019 - John Vandenberg <[email protected]>
+
+- Initial spec for v18.2.0
New:
----
environ-config-20.1.0.tar.gz
python-environ-config.changes
python-environ-config.spec
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-environ-config.spec ++++++
#
# spec file for package python-environ-config
#
# 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
# 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-%{**}}
Name: python-environ-config
Version: 20.1.0
Release: 0
Summary: Boilerplate-free configuration with env variables
License: MIT
Group: Development/Languages/Python
URL: https://github.com/hynek/environ_config
Source:
https://files.pythonhosted.org/packages/source/e/environ-config/environ-config-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-attrs >= 17.4.0
Conflicts: python-django-environ
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module attrs >= 17.4.0}
BuildRequires: %{python_module pytest}
# /SECTION
%python_subpackages
%description
Boilerplate-free configuration with env variables.
%prep
%setup -q -n environ-config-%{version}
%build
%python_build
%install
%python_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
%pytest
%files %{python_files}
%license LICENSE
%doc README.rst CHANGELOG.rst
%{python_sitelib}/*
%changelog