Hello community,

here is the log from the commit of package python-django-bootstrap3 for 
openSUSE:Factory checked in at 2020-10-27 19:03:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-django-bootstrap3 (Old)
 and      /work/SRC/openSUSE:Factory/.python-django-bootstrap3.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-django-bootstrap3"

Tue Oct 27 19:03:18 2020 rev:2 rq:844325 version:14.2.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-django-bootstrap3/python-django-bootstrap3.changes
        2020-07-24 10:06:36.077977754 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-django-bootstrap3.new.3463/python-django-bootstrap3.changes
      2020-10-27 19:03:32.550943947 +0100
@@ -1,0 +2,8 @@
+Tue Oct 27 11:16:25 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Update to v14.2.0
+  * Fix Django 3.1 warning in test app settings.
+- Kill dephell dependency by using PyPI published sdist but get
+  tests from Github gh#zostera/django-bootstrap3#492
+
+-------------------------------------------------------------------

Old:
----
  django-bootstrap3-14.1.0.tar.gz

New:
----
  django-bootstrap3-14.2.0-gh.tar.gz
  django-bootstrap3-14.2.0.tar.gz

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

Other differences:
------------------
++++++ python-django-bootstrap3.spec ++++++
--- /var/tmp/diff_new_pack.PTA5a2/_old  2020-10-27 19:03:33.114944358 +0100
+++ /var/tmp/diff_new_pack.PTA5a2/_new  2020-10-27 19:03:33.118944361 +0100
@@ -19,19 +19,20 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-django-bootstrap3
-Version:        14.1.0
+Version:        14.2.0
 Release:        0
 Summary:        Bootstrap support for Django projects
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-URL:            https://github.com/dyve/django-bootstrap3
-Source:         
https://github.com/zostera/django-bootstrap3/archive/v%{version}.tar.gz#/django-bootstrap3-%{version}.tar.gz
+URL:            https://github.com/zostera/django-bootstrap3
+# Get the published sdist from PyPI because it has the setup.py ...
+Source0:        
https://files.pythonhosted.org/packages/source/d/django-bootstrap3/django-bootstrap3-14.2.0.tar.gz
 
+# --- but get the test files from Github: 
https://github.com/zostera/django-bootstrap3/issues/492
+Source1:        
%{url}/archive/v%{version}.tar.gz#/django-bootstrap3-%{version}-gh.tar.gz
 BuildRequires:  %{python_module Django}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module setuptools_scm}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
-BuildRequires:  python-dephell-rpm-macros
 BuildRequires:  python-rpm-macros
 Requires:       python-Django
 BuildArch:      noarch
@@ -42,33 +43,23 @@
 
 %prep
 %setup -q -n django-bootstrap3-%{version}
-
-# Remove django dependency specification which breaks dephell
-sed -i '/django.*||/d' pyproject.toml
-# Prevent PyPI fetches of doc deps during dephell conversion
-sed -i '/sphinx/d;/m2r/d' pyproject.toml
-
-%dephell_gensetup
-
-mv example/ src/
-touch src/example/__init__.py
+(cd ..; tar xf %{SOURCE1} django-bootstrap3-%{version}/tests)
 
 %build
 %python_build
 
 %install
 %python_install
-%{python_expand rm -r %{buildroot}%{$python_sitelib}/example/
-%fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 export DJANGO_SETTINGS_MODULE=tests.app.settings
 %python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} $python -m django 
test -v1 --noinput
 
 %files %{python_files}
-%doc README.rst
+%doc README.md
 %license LICENSE
-%{python_sitelib}/*
+%{python_sitelib}/bootstrap3
+%{python_sitelib}/django_bootstrap3-%{version}*-info
 
 %changelog

++++++ django-bootstrap3-14.1.0.tar.gz -> django-bootstrap3-14.2.0.tar.gz ++++++
++++ 3760 lines of diff (skipped)


Reply via email to