Hello community, here is the log from the commit of package python-dephell for openSUSE:Factory checked in at 2020-04-02 17:45:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-dephell (Old) and /work/SRC/openSUSE:Factory/.python-dephell.new.3248 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-dephell" Thu Apr 2 17:45:07 2020 rev:11 rq:790884 version:0.8.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-dephell/python-dephell.changes 2020-03-25 23:46:31.244056883 +0100 +++ /work/SRC/openSUSE:Factory/.python-dephell.new.3248/python-dephell.changes 2020-04-02 17:45:30.717540700 +0200 @@ -1,0 +2,13 @@ +Thu Apr 2 11:18:41 UTC 2020 - Marketa Calabkova <[email protected]> + +- Upgrade to 0.8.2 + * New commands: dephell project upload, dephell venv entrypoint, + dephell package verify, dephell project register + * dephell project bump now can bump version in Sphinx config + * One less dependency. Bye-bye, flatdict + * A lot of dephell jail list improvements + * --version and -h flags + * dephell jail and some similar commands don’t try to find project-level config +- Reapplied never-pin-deps.patch + +------------------------------------------------------------------- Old: ---- dephell-0.8.1.tar.gz New: ---- dephell-0.8.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-dephell.spec ++++++ --- /var/tmp/diff_new_pack.L1QUWp/_old 2020-04-02 17:45:31.401541526 +0200 +++ /var/tmp/diff_new_pack.L1QUWp/_new 2020-04-02 17:45:31.405541531 +0200 @@ -28,7 +28,7 @@ %bcond_with test %endif Name: python-dephell%{psuffix} -Version: 0.8.1 +Version: 0.8.2 Release: 0 Summary: Dependency resolution for Python License: MIT @@ -66,7 +66,6 @@ Requires: python-docker Requires: python-dockerpty Requires: python-fissix -Requires: python-flatdict Requires: python-html5lib Requires: python-m2r Requires: python-packaging @@ -113,7 +112,6 @@ BuildRequires: %{python_module dockerpty} BuildRequires: %{python_module docker} BuildRequires: %{python_module fissix} -BuildRequires: %{python_module flatdict} BuildRequires: %{python_module graphviz} BuildRequires: %{python_module html5lib} BuildRequires: %{python_module m2r} ++++++ dephell-0.8.1.tar.gz -> dephell-0.8.2.tar.gz ++++++ ++++ 2720 lines of diff (skipped) ++++++ never-pin-deps.patch ++++++ --- /var/tmp/diff_new_pack.L1QUWp/_old 2020-04-02 17:45:31.541541695 +0200 +++ /var/tmp/diff_new_pack.L1QUWp/_new 2020-04-02 17:45:31.545541700 +0200 @@ -1,13 +1,13 @@ -Index: dephell-0.8.1/setup.py +Index: dephell-0.8.2/setup.py =================================================================== ---- dephell-0.8.1.orig/setup.py -+++ dephell-0.8.1/setup.py -@@ -61,7 +61,7 @@ setup( - 'dephell-pythons>=0.1.11', 'dephell-setuptools>=0.2.1', - 'dephell-shells>=0.1.3', 'dephell-specifier>=0.1.7', - 'dephell-venvs>=0.1.16', 'dephell-versioning', 'jinja2', 'm2r', -- 'packaging', 'pip<=19.3.1,>=18.0', 'requests', 'ruamel.yaml', 'tomlkit', -+ 'packaging', 'pip>=18.0', 'requests', 'ruamel.yaml', 'tomlkit', - 'yaspin' +--- dephell-0.8.2.orig/setup.py ++++ dephell-0.8.2/setup.py +@@ -62,7 +62,7 @@ setup( + 'dephell-setuptools>=0.2.1', 'dephell-shells>=0.1.3', + 'dephell-specifier>=0.1.7', 'dephell-venvs>=0.1.16', + 'dephell-versioning', 'jinja2', 'm2r', 'packaging', +- 'pip<=19.3.1,>=18.0', 'requests', 'ruamel.yaml', 'tomlkit', 'yaspin' ++ 'pip>=18.0', 'requests', 'ruamel.yaml', 'tomlkit', 'yaspin' ], extras_require={ + "dev": [
