15
0

Compare commits

6 Commits

Author SHA256 Message Date
a222a34249 Accepting request 1328000 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1328000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-easydev?expand=0&rev=12
2026-01-19 17:37:47 +00:00
a63340cfde - Nobody needs full poetry to build a rpm package
- Remove pytest-cov, we don't care about upstreams coverage

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=22
2026-01-19 07:42:02 +00:00
dc409d3fcd Accepting request 1237217 from devel:languages:python
- Update to 0.13.3:
  * Support poetry-core 2.0 by @s-t-e-v-e-n-k in #37
- Drop patch support-poetry-core-2.patch, included upstream.

OBS-URL: https://build.opensuse.org/request/show/1237217
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-easydev?expand=0&rev=11
2025-01-13 16:50:51 +00:00
e163e67a60 - Update to 0.13.3:
* Support poetry-core 2.0 by @s-t-e-v-e-n-k in #37
- Drop patch support-poetry-core-2.patch, included upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=20
2025-01-13 03:02:33 +00:00
ed570edb79 Accepting request 1236763 from devel:languages:python
- Add patch support-poetry-core-2.patch:
  * Support poetry-core 2.0 changes.

OBS-URL: https://build.opensuse.org/request/show/1236763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-easydev?expand=0&rev=10
2025-01-12 11:00:10 +00:00
4af31bbf1c - Add patch support-poetry-core-2.patch:
* Support poetry-core 2.0 changes.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-easydev?expand=0&rev=18
2025-01-10 04:36:05 +00:00
2 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Jan 18 14:09:20 UTC 2026 - Ben Greiner <code@bnavigator.de>
- Nobody needs full poetry to build a rpm package
- Remove pytest-cov, we don't care about upstreams coverage
-------------------------------------------------------------------
Mon Jan 13 03:01:27 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-easydev
#
# Copyright (c) 2025 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,6 +23,8 @@ Summary: Common utilities to ease the development of Python packages
License: BSD-3-Clause
URL: https://github.com/cokelaer/easydev
Source: https://github.com/cokelaer/easydev/archive/refs/tags/v%{version}.tar.gz#/easydev-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-colorama
@@ -39,10 +41,7 @@ BuildRequires: %{python_module colorama}
BuildRequires: %{python_module colorlog}
BuildRequires: %{python_module line_profiler}
BuildRequires: %{python_module pexpect}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module platformdirs}
BuildRequires: %{python_module poetry}
BuildRequires: %{python_module pytest-cov}
BuildRequires: %{python_module pytest-mock}
BuildRequires: %{python_module pytest}
# /SECTION