Accepting request 1034228 from devel:languages:perl:autoupdate
- updated to 0.130 see /usr/share/doc/packages/perl-Path-Tiny/Changes 0.130 2022-10-20 07:08:01-04:00 America/New_York [Bug fixes] - mkdir no longer fails when applied to an existing directory. 0.128 2022-10-19 15:32:39-04:00 America/New_York - No changes from 0.127-TRIAL. 0.127 2022-10-05 17:17:36-04:00 America/New_York (TRIAL RELEASE) [Testing] - Fixed has_same_bytes test for Windows. 0.125 2022-09-30 17:08:36-04:00 America/New_York (TRIAL RELEASE) [*** DEPRECATIONS ***] - The 'mkpath' method is deprecated in favor of 'mkdir'. [Additions] - Added 'mkdir' to replace 'mkpath', but returning the path object for chaining. - Added `has_same_bytes` to efficiently compare the contents of two files. [Documentation] - Edited SYNOPSIS OBS-URL: https://build.opensuse.org/request/show/1034228 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Path-Tiny?expand=0&rev=54
This commit is contained in:
parent
77e55c316c
commit
98fd40a736
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fa083144781e46817ec39d21962bbbb0533c201f3baf031d2999a785a2a013fd
|
||||
size 98804
|
3
Path-Tiny-0.130.tar.gz
Normal file
3
Path-Tiny-0.130.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:74109aec04ddd83d80ee14a5346e8bc3e3f4673238e1c7358693bff348196c13
|
||||
size 100807
|
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 21 03:09:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- updated to 0.130
|
||||
see /usr/share/doc/packages/perl-Path-Tiny/Changes
|
||||
|
||||
0.130 2022-10-20 07:08:01-04:00 America/New_York
|
||||
[Bug fixes]
|
||||
- mkdir no longer fails when applied to an existing directory.
|
||||
0.128 2022-10-19 15:32:39-04:00 America/New_York
|
||||
- No changes from 0.127-TRIAL.
|
||||
0.127 2022-10-05 17:17:36-04:00 America/New_York (TRIAL RELEASE)
|
||||
[Testing]
|
||||
- Fixed has_same_bytes test for Windows.
|
||||
0.125 2022-09-30 17:08:36-04:00 America/New_York (TRIAL RELEASE)
|
||||
[*** DEPRECATIONS ***]
|
||||
- The 'mkpath' method is deprecated in favor of 'mkdir'.
|
||||
[Additions]
|
||||
- Added 'mkdir' to replace 'mkpath', but returning the path object for chaining.
|
||||
- Added `has_same_bytes` to efficiently compare the contents of two files.
|
||||
[Documentation]
|
||||
- Edited SYNOPSIS
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 3 03:08:03 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define cpan_name Path-Tiny
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.124
|
||||
Version: 0.130
|
||||
Release: 0
|
||||
License: Apache-2.0
|
||||
Summary: File path utility
|
||||
|
Loading…
Reference in New Issue
Block a user