Hello community,

here is the log from the commit of package cookiecutter for openSUSE:Factory 
checked in at 2020-05-01 11:10:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cookiecutter (Old)
 and      /work/SRC/openSUSE:Factory/.cookiecutter.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cookiecutter"

Fri May  1 11:10:19 2020 rev:5 rq:799017 version:1.7.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/cookiecutter/cookiecutter.changes        
2020-04-21 13:12:06.756985243 +0200
+++ /work/SRC/openSUSE:Factory/.cookiecutter.new.2738/cookiecutter.changes      
2020-05-01 11:11:24.327593297 +0200
@@ -1,0 +2,53 @@
+Wed Apr 22 18:05:41 UTC 2020 - Sebastian Wagner <[email protected]>
+
+- add python3-python-slugify as new dependency, fixes build.
+- update to version 1.7.2:
+ * Fixed: Jinja2&Six version limits causing build errors with ansible project 
[@insspb](https://github.com/insspb) (#1385)
+- update to version 1.7.1:
+  This release was focused on internal code and CI/CD changes. During this 
release
+  all code was verified to match pep8, pep257 and other code-styling guides.  
+  Project CI/CD was significantly changed, Windows platform checks based on 
Appveyor
+  engine was replaced by GitHub actions tests. Appveyor was removed. Also our
+  CI/CD was extended with Mac builds, to verify project builds on Apple 
devices.
+ * Important Changes:
+  * Added: Added debug messages for get_user_config 
[@ssbarnea](https://github.com/ssbarnea) (#1357)
+  * Multiple templates per one repository feature added. 
[@RomHartmann](https://github.com/RomHartmann) (#1224, #1063)
+  * Update replay.py json.dump indent for easy viewing 
[@nicain](https://github.com/nicain) (#1293)
+  * 'future' library replaced with 'six' as a more lightweight python porting 
library [@asottile](https://github.com/asottile) (#941)
+  * Added extension: Slugify template filter 
[@ppanero](https://github.com/ppanero) (#1336)
+  * Added command line option: `--skip-if-file-exists`, allow to skip the 
existing files when doing `overwrite_if_exists`. 
[@chhsiao1981](https://github.com/chhsiao1981) (#1076)
+  * Some packages versions limited to be compatible with python2.7 and python 
3.5 [@insspb](https://github.com/insspb) (#1349)
+ * Internal CI/CD and tests changes:
+  * Coverage comment in future merge requests disabled 
[@ssbarnea](https://github.com/ssbarnea) (#1279)
+  * Fixed Python 3.8 travis tests and setup.py message 
[@insspb](https://github.com/insspb) (#1295, #1297)
+  * Travis builds extended with Windows setup for all supported python 
versions [@insspb](https://github.com/insspb) (#1300, #1301)
+  * Update .travis.yml to be compatible with latest travis cfg specs 
[@luzfcb](https://github.com/luzfcb) (#1346)
+  * Added new test to improve tests coverage 
[@amey589](https://github.com/amey589) (#1023)
+  * Added missed coverage lines highlight to pytest-coverage report 
[@insspb](https://github.com/insspb) (#1352)
+  * pytest-catchlog package removed from test_requirements, as now it is 
included in pytest [@insspb](https://github.com/insspb) (#1347)
+  * Fixed `cov-report` tox invocation environment 
[@insspb](https://github.com/insspb) (#1350)
+  * Added: Release drafter support and configuration to exclude changelog 
update work and focus on development [@ssbarnea](https://github.com/ssbarnea) 
[@insspb](https://github.com/insspb) (#1356, #1362)
+  * Added: CI/CD steps for Github actions to speedup CI/CD 
[@insspb](https://github.com/insspb) (#1360)
+  * Removed: Appveyor CI/CD completely removed 
[@insspb](https://github.com/insspb) [@ssbarnea](https://github.com/ssbarnea) 
[@insspb](https://github.com/insspb) (#1363, #1367)
+ * Code style and docs changes:
+  * Added black formatting verification on lint stage + project files 
reformatting [@ssbarnea](https://github.com/ssbarnea) 
[@insspb](https://github.com/insspb) (#1368)
+  * Added pep257 docstring for tests/* files 
[@insspb](https://github.com/insspb) (#1369, #1370, #1371, #1372, #1373, #1374, 
#1375, #1376, #1377, #1378, #1380, #1381)
+  * Added pep257 docstring for tests/conftests.py 
[@kishan](https://github.com/kishan3) (#1272, #1263)
+  * Added pep257 docstring for tests/replay/conftest.py 
[@kishan](https://github.com/kishan3) (#1270, #1268)
+  * Added pep257 docstring for docs/__init__.py 
[@kishan](https://github.com/kishan3) (#1273, #1265)
+  * Added missing docstring headers to all files 
[@croesnick](https://github.com/croesnick) (#1269, #1283)
+  * Gitter links replaced by Slack in README 
[@browniebroke](https://github.com/browniebroke) (#1282)
+  * flake8-docstrings tests added to CI/CD 
[@ssbarnea](https://github.com/ssbarnea) (#1284)
+  * Activated pydocstyle rule: D401 - First line should be in imperative mood 
[@ssbarnea](https://github.com/ssbarnea) (#1285)
+  * Activated pydocstyle rule: D200 - One-line docstring should fit on one 
line with quotes [@ssbarnea](https://github.com/ssbarnea) (#1288)
+  * Activated pydocstyle rule: D202 - No blank lines allowed after function 
docstring [@ssbarnea](https://github.com/ssbarnea) (#1288)
+  * Activated pydocstyle rule: D205 - 1 blank line required between summary 
line and description [@ssbarnea](https://github.com/ssbarnea) (#1286, #1287)
+  * Activated pydocstyle rule: ABS101 [@ssbarnea](https://github.com/ssbarnea) 
(#1288)
+  * Replaced click documentation links to point to version 7 
[@igorbasko01](https://github.com/igorbasko01) (#1303)
+  * Updated submodule link to latest version with documentation links fix 
[@DanBoothDev](https://github.com/DanBoothDev) (#1388)
+  * Fixed links in main README file. [@insspb](https://github.com/insspb) 
(#1342)
+  * Fix indentation of .cookiecutterrc in README.md 
[@mhsekhavat](https://github.com/mhsekhavat) (#1322)
+  * Changed format of loggers invocation [@insspb](https://github.com/insspb) 
(#1307)
+- remove patch fix-click-711.patch, merged upstream.
+
+-------------------------------------------------------------------

Old:
----
  cookiecutter-1.7.0.tar.gz
  fix-click-711.patch

New:
----
  cookiecutter-1.7.2.tar.gz

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

Other differences:
------------------
++++++ cookiecutter.spec ++++++
--- /var/tmp/diff_new_pack.zvBwQ2/_old  2020-05-01 11:11:25.611596089 +0200
+++ /var/tmp/diff_new_pack.zvBwQ2/_new  2020-05-01 11:11:25.615596098 +0200
@@ -18,7 +18,7 @@
 
 
 Name:           cookiecutter
-Version:        1.7.0
+Version:        1.7.2
 Release:        0
 Summary:        A command-line utility that creates projects from project 
templates
 License:        BSD-3-Clause
@@ -26,8 +26,6 @@
 URL:            https://github.com/audreyr/cookiecutter
 Source:         
https://files.pythonhosted.org/packages/source/c/cookiecutter/cookiecutter-%{version}.tar.gz
 Source1:        ccext.py
-# PATCH-FIX-UPSTEAM fix-click-711.patch -- compatibility with click 7.1.1
-Patch0:         fix-click-711.patch
 BuildRequires:  git
 BuildRequires:  python3-Jinja2 >= 2.7
 BuildRequires:  python3-binaryornot >= 0.2.0
@@ -36,6 +34,7 @@
 BuildRequires:  python3-future >= 0.15.2
 BuildRequires:  python3-jinja2-time >= 0.1.0
 BuildRequires:  python3-poyo >= 0.1.0
+BuildRequires:  python3-python-slugify
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-whichcraft >= 0.4.0
 Requires:       git
@@ -45,6 +44,7 @@
 Requires:       python3-future >= 0.15.2
 Requires:       python3-jinja2-time >= 0.1.0
 Requires:       python3-poyo >= 0.1.0
+Requires:       python3-python-slugify
 Requires:       python3-requests >= 2.18.0
 Requires:       python3-whichcraft >= 0.4.0
 Requires(post): update-alternatives
@@ -85,7 +85,6 @@
 %setup -q -n cookiecutter-%{version}
 sed -i "s/cookiecutter =/cookiecutter-%{py3_ver} =/" setup.py
 cp %{SOURCE1} docs
-%patch0 -p1
 
 %build
 python3 setup.py build

++++++ cookiecutter-1.7.0.tar.gz -> cookiecutter-1.7.2.tar.gz ++++++
++++ 9680 lines of diff (skipped)


Reply via email to