1
0

4 Commits

Author SHA256 Message Date
425132c78a Accepting request 1264849 from devel:languages:python
- Normalize metadata directory name.

Requires python-setuptools 78 to build successfully.

OBS-URL: https://build.opensuse.org/request/show/1264849
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Send2Trash?expand=0&rev=8
2025-04-16 18:38:36 +00:00
ffd00d910b - Lowercase metadata directory name.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Send2Trash?expand=0&rev=16
2025-03-25 08:41:15 +00:00
d3f4984535 Accepting request 1219724 from devel:languages:python
- update to 1.8.3:
  * Add support for any iterable type as input
  * fix: Use os.fsdecode() for arguments to shutil.move()

- created package using py2pack

OBS-URL: https://build.opensuse.org/request/show/1219724
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Send2Trash?expand=0&rev=7
2024-10-31 15:09:36 +00:00
6d4054e80c - update to 1.8.3:
* Add support for any iterable type as input
  * fix: Use os.fsdecode() for arguments to shutil.move()
- created package using py2pack

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Send2Trash?expand=0&rev=14
2024-10-30 19:52:49 +00:00
4 changed files with 20 additions and 8 deletions

BIN
Send2Trash-1.8.2-gh.tar.gz (Stored with Git LFS)

Binary file not shown.

View File

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

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Mar 25 08:41:02 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Lowercase metadata directory name.
-------------------------------------------------------------------
Wed Oct 30 19:52:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 1.8.3:
* Add support for any iterable type as input
* fix: Use os.fsdecode() for arguments to shutil.move()
-------------------------------------------------------------------
Sat Aug 26 13:11:25 UTC 2023 - Ben Greiner <code@bnavigator.de>
@@ -80,6 +92,6 @@ Fri Oct 20 16:18:31 UTC 2017 - toddrme2178@gmail.com
-------------------------------------------------------------------
Fri Sep 27 13:48:57 UTC 2013 - barendartchuk@suse.com
- created package using py2pack
- created package using py2pack

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-Send2Trash
#
# Copyright (c) 2023 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
@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-Send2Trash
Version: 1.8.2
Version: 1.8.3
Release: 0
Summary: Python library to send files to the Trash location
License: BSD-3-Clause
@@ -34,7 +34,7 @@ BuildRequires: python-rpm-macros
Requires: typelib(GObject)
Requires: typelib(Gio)
Requires(post): update-alternatives
Requires(postun):update-alternatives
Requires(postun): update-alternatives
Provides: python-send2trash = %{version}-%{release}
BuildArch: noarch
@@ -75,6 +75,6 @@ export LANG=en_US.UTF8
%doc CHANGES.rst README.rst
%python_alternative %{_bindir}/send2trash
%{python_sitelib}/send2trash
%{python_sitelib}/Send2Trash-%{version}.dist-info
%{python_sitelib}/send2trash-%{version}.dist-info
%changelog