Update to 0.122
- New upstream release 0.122
- Adds 'size' and 'size_human' methods; the latter gives 'ls -lh' style
output, with options to choose base2 or base10 forms
This commit is contained in:
parent
476791589f
commit
b663d2db46
@ -1,2 +0,0 @@
|
||||
from Config import *
|
||||
addFilter("spelling-error %description -l en_US Stringifying -> ")
|
||||
@ -6,7 +6,7 @@
|
||||
%endif
|
||||
|
||||
Name: perl-Path-Tiny
|
||||
Version: 0.120
|
||||
Version: 0.122
|
||||
Release: 1%{?dist}
|
||||
Summary: File path utility
|
||||
License: ASL 2.0
|
||||
@ -121,6 +121,11 @@ make test
|
||||
%{_mandir}/man3/Path::Tiny.3*
|
||||
|
||||
%changelog
|
||||
* Mon Jan 17 2022 Paul Howarth <paul@city-fan.org> - 0.122-1
|
||||
- Update to 0.122
|
||||
- Adds 'size' and 'size_human' methods; the latter gives 'ls -lh' style
|
||||
output, with options to choose base2 or base10 forms
|
||||
|
||||
* Mon Oct 25 2021 Paul Howarth <paul@city-fan.org> - 0.120-1
|
||||
- Update to 0.120
|
||||
- The 'tempdir' and 'tempfile' methods may be called on a Path::Tiny object
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (Path-Tiny-0.120.tar.gz) = 3900fed77950154de60f0596b31f16c653597135d944a54a7e67d77254e0fe77f870defa76ab0c11f895c6d2de4cf0e340726074cf58aa83297f6b3aa30d7b12
|
||||
SHA512 (Path-Tiny-0.122.tar.gz) = cca49e56208f767469d37a081817b386eaf2ce2164cc97fd652c2faccc99f483805425e1bf346466871c156f9fe36f5a3f65e96c5b219af33e3e2016144f2c6d
|
||||
|
||||
Loading…
Reference in New Issue
Block a user