Compare commits

4 Commits

Author SHA256 Message Date
36916432be 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
41ab237da2 - 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
9685010aab 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
e359bd701d - 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
4 changed files with 19 additions and 6 deletions

View File

@@ -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
View File

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

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-easydev
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: python-easydev
Version: 0.13.2
Version: 0.13.3
Release: 0
Summary: Common utilities to ease the development of Python packages
License: BSD-3-Clause
@@ -72,6 +72,6 @@ also as an incubator for other packages and is stable.
%doc README.rst
%license COPYING
%{python_sitelib}/easydev
%{python_sitelib}/easydev*-info
%{python_sitelib}/easydev-%{version}.dist-info
%changelog