Skip to content

Commit

Permalink
Update python-pip-tools to version 6.5.1 / rev 2 via SR 962444
Browse files Browse the repository at this point in the history
https://build.opensuse.org/request/show/962444
by user mcepl + dimstar_suse
- version update to 6.5.1
  Backwards Incompatible Changes:
  - Remove support for EOL Python 3.5 and 2.7
    ([#1243](jazzband/pip-tools#1243)). Thanks @jdufresne
  - Remove deprecated `--index/--no-index` option from `pip-compile`
    ([#1234](jazzband/pip-tools#1234)). Thanks @jdufresne
  See CHANGELOG.md for more
  • Loading branch information
mcepl authored and bmwiedemann committed Mar 22, 2022
1 parent 48ef35a commit 32829db
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 6 deletions.
Binary file modified packages/p/python-pip-tools/.files
Binary file not shown.
16 changes: 16 additions & 0 deletions packages/p/python-pip-tools/.rev
Expand Up @@ -7,4 +7,20 @@
<comment>deleted from factory as it failed to build due to new Python versions https://build.opensuse.org/request/show/782840</comment>
<requestid>850749</requestid>
</revision>
<revision rev="2" vrev="1">
<srcmd5>2e4bbd1348c78a5b20c9951a380a6de3</srcmd5>
<version>6.5.1</version>
<time>1647976861</time>
<user>dimstar_suse</user>
<comment>- version update to 6.5.1
Backwards Incompatible Changes:
- Remove support for EOL Python 3.5 and 2.7
([#1243](https://github.com/jazzband/pip-tools/pull/1243)). Thanks @jdufresne
- Remove deprecated `--index/--no-index` option from `pip-compile`
([#1234](https://github.com/jazzband/pip-tools/pull/1234)). Thanks @jdufresne
See CHANGELOG.md for more

</comment>
<requestid>962444</requestid>
</revision>
</revisionlist>
1 change: 0 additions & 1 deletion packages/p/python-pip-tools/pip-tools-5.4.0.tar.gz

This file was deleted.

1 change: 1 addition & 0 deletions packages/p/python-pip-tools/pip-tools-6.5.1.tar.gz
11 changes: 11 additions & 0 deletions packages/p/python-pip-tools/python-pip-tools.changes
@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Feb 28 10:09:05 UTC 2022 - pgajdos@suse.com

- version update to 6.5.1
Backwards Incompatible Changes:
- Remove support for EOL Python 3.5 and 2.7
([#1243](https://github.com/jazzband/pip-tools/pull/1243)). Thanks @jdufresne
- Remove deprecated `--index/--no-index` option from `pip-compile`
([#1234](https://github.com/jazzband/pip-tools/pull/1234)). Thanks @jdufresne
See CHANGELOG.md for more

-------------------------------------------------------------------
Wed Nov 25 00:55:50 UTC 2020 - John Vandenberg <jayvdb@gmail.com>

Expand Down
14 changes: 9 additions & 5 deletions packages/p/python-pip-tools/python-pip-tools.spec
@@ -1,7 +1,7 @@
#
# spec file for package python-pip-tools
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
Expand All @@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-pip-tools
Version: 5.4.0
Version: 6.5.1
Release: 0
Summary: Tool to keep pinned dependencies up to date
License: BSD-3-Clause
Expand All @@ -31,7 +31,8 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-click >= 7
Requires: python-pip >= 20.0
Requires: python-pep517
Requires: python-pip >= 21.2
Requires: python-setuptools
Requires: python-six
Requires: python-wheel
Expand All @@ -40,7 +41,9 @@ BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module click >= 7}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pip >= 20.0}
BuildRequires: %{python_module pep517}
BuildRequires: %{python_module pip >= 21.2}
BuildRequires: %{python_module pytest-xdist}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module six}
BuildRequires: %{python_module wheel}
Expand Down Expand Up @@ -71,7 +74,8 @@ pip-tools keeps pinned dependencies inside a project up to date.

%check
export LANG=en_US.UTF-8
%pytest -k 'not network'
# https://github.com/jazzband/pip-tools/issues/1590
%pytest -k 'not (network or test_direct_reference_with_extras)'

%files %{python_files}
%doc CHANGELOG.md README.rst
Expand Down

0 comments on commit 32829db

Please sign in to comment.