15
0

- Update to 1.4.0

* Fix an issue where --extra-index-url and --trusted-host was not
    generated for sources with priority explicit (#205).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-poetry-plugin-export?expand=0&rev=13
This commit is contained in:
2023-05-29 17:10:45 +00:00
committed by Git OBS Bridge
parent b8dfd2dec3
commit 85cde3e276
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d949742757a8a5f0b5810495bffaf4ed8a767f2e2ffda9887cf72f896deabf84
size 28141

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f16974cd9f222d4ef640fa97a8d661b04d4fb339e51da93973f1bc9d578e183f
size 28553

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon May 29 17:05:59 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.4.0
* Fix an issue where --extra-index-url and --trusted-host was not
generated for sources with priority explicit (#205).
-------------------------------------------------------------------
Mon May 8 06:43:37 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -27,11 +27,12 @@
%{?sle15_python_module_pythons}
Name: python-poetry-plugin-export%{psuffix}
Version: 1.3.1
Version: 1.4.0
Release: 0
Summary: Poetry plugin to export the dependencies to various formats
License: MIT
URL: https://python-poetry.org/
# RepositorySource: https://github.com/python-poetry/poetry-plugin-export
Source: https://files.pythonhosted.org/packages/source/p/poetry-plugin-export/poetry_plugin_export-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core >= 1.3.0}