1
0

8 Commits

Author SHA256 Message Date
2794e5108c Accepting request 1266231 from devel:languages:python
- Make it compatible with older setuptools

- Normalize metadata directory name.

OBS-URL: https://build.opensuse.org/request/show/1266231
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.envs?expand=0&rev=7
2025-04-11 14:45:06 +00:00
3685a93208 - Make it compatible with older setuptools
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=15
2025-04-01 15:38:54 +00:00
c0d6194a5e - Normalize metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-jaraco.envs?expand=0&rev=14
2025-03-26 05:50:13 +00:00
b8b1e63fe4 Accepting request 1138503 from devel:languages:python
- update to 2.6.0:
  * Environments now have a default name, '.venv'.
  * Remove Python 3.7 compatibility from tests.
  * Require Python 3.8 or later.

OBS-URL: https://build.opensuse.org/request/show/1138503
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.envs?expand=0&rev=6
2024-01-15 21:11:03 +00:00
fe0332979a Accepting request 1081874 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1081874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.envs?expand=0&rev=5
2023-04-22 20:00:14 +00:00
e9e57ccbad Accepting request 1000117 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1000117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.envs?expand=0&rev=4
2022-08-31 16:08:30 +00:00
d666bca972 Accepting request 989046 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/989046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.envs?expand=0&rev=3
2022-07-18 16:32:47 +00:00
5337707c8d Accepting request 795618 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/795618
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-jaraco.envs?expand=0&rev=2
2020-04-25 18:08:20 +00:00
2 changed files with 12 additions and 2 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 1 15:34:51 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Make it compatible with older setuptools
-------------------------------------------------------------------
Wed Mar 26 05:48:32 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Normalize metadata directory name.
-------------------------------------------------------------------
Sat Jan 13 20:49:12 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-jaraco.envs
#
# 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
@@ -64,7 +64,7 @@ sed -i '/tox/d' setup.cfg
%files %{python_files}
%license LICENSE
%doc docs/*.rst README.rst NEWS.rst
%{python_sitelib}/jaraco.envs-%{version}*info
%{python_sitelib}/jaraco[_.]envs-%{version}.dist-info
%dir %{python_sitelib}/jaraco
%{python_sitelib}/jaraco/envs.py*
%pycache_only %dir %{python_sitelib}/jaraco/__pycache__