forked from pool/python-easydev
Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| a222a34249 | |||
| a63340cfde | |||
| dc409d3fcd | |||
| e163e67a60 | |||
| ed570edb79 | |||
| 4af31bbf1c |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fcf2a26adfdc1e108ef65f6b5cbf917740feb4726ef3332ce2ec2cf29b722d6a
|
|
||||||
size 81280
|
|
||||||
3
easydev-0.13.3.tar.gz
Normal file
3
easydev-0.13.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:347f814bde55f444cd4f1e6550189957f5933b257c4d7ade21198db370e417de
|
||||||
|
size 83581
|
||||||
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
||||||
|
|
||||||
|
- 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.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 10 04:35:36 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
|
||||||
|
|
||||||
|
- Add patch support-poetry-core-2.patch:
|
||||||
|
* Support poetry-core 2.0 changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 29 06:11:17 UTC 2024 - pgajdos@suse.com
|
Mon Apr 29 06:11:17 UTC 2024 - pgajdos@suse.com
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-easydev
|
# spec file for package python-easydev
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2026 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,12 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-easydev
|
Name: python-easydev
|
||||||
Version: 0.13.2
|
Version: 0.13.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Common utilities to ease the development of Python packages
|
Summary: Common utilities to ease the development of Python packages
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
URL: https://github.com/cokelaer/easydev
|
URL: https://github.com/cokelaer/easydev
|
||||||
Source: https://github.com/cokelaer/easydev/archive/refs/tags/v%{version}.tar.gz#/easydev-%{version}.tar.gz
|
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: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-colorama
|
Requires: python-colorama
|
||||||
@@ -39,10 +41,7 @@ BuildRequires: %{python_module colorama}
|
|||||||
BuildRequires: %{python_module colorlog}
|
BuildRequires: %{python_module colorlog}
|
||||||
BuildRequires: %{python_module line_profiler}
|
BuildRequires: %{python_module line_profiler}
|
||||||
BuildRequires: %{python_module pexpect}
|
BuildRequires: %{python_module pexpect}
|
||||||
BuildRequires: %{python_module pip}
|
|
||||||
BuildRequires: %{python_module platformdirs}
|
BuildRequires: %{python_module platformdirs}
|
||||||
BuildRequires: %{python_module poetry}
|
|
||||||
BuildRequires: %{python_module pytest-cov}
|
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@@ -72,6 +71,6 @@ also as an incubator for other packages and is stable.
|
|||||||
%doc README.rst
|
%doc README.rst
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%{python_sitelib}/easydev
|
%{python_sitelib}/easydev
|
||||||
%{python_sitelib}/easydev*-info
|
%{python_sitelib}/easydev-%{version}.dist-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user