8
0

Accepting request 764248 from devel:languages:perl:autoupdate

- updated to 1.008003
   see /usr/share/doc/packages/perl-Type-Tiny/Changes
  1.008003	2020-01-13
  
   [ Documentation ]
   - Update copyright dates to 2020.
  
   [ Packaging ]
   - Makefile.PL will now bail out on cperl if AUTOMATED_TESTING environment
     variable is set to true.
  
   [ Other ]
   - Added: Type::Registry can now have a parent registry.
  
  1.008002	2020-01-11
  
   [ Bug Fixes ]
   - Fix bareword errors if certain Type::Tiny subclasses were loaded prior
     to Type::Tiny.
     Fixes RT#131401.
     <https://rt.cpan.org/Ticket/Display.html?id=131401>
  
   [ Documentation ]
   - Fix typos.
     Hauke D++
  
   [ Other ]
   - Type::Tiny didn't accept string constraints for parameterizable type
     constraints; this was not a documented restriction and didn't seem to
     serve any purpose, so the restriction has been lifted.
     <https://rt.cpan.org/Ticket/Display.html?id=131238>

OBS-URL: https://build.opensuse.org/request/show/764248
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Type-Tiny?expand=0&rev=25
This commit is contained in:
2020-01-14 12:44:22 +00:00
committed by Git OBS Bridge
parent 4df419c902
commit f83d386298
4 changed files with 41 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:174dd4ed3c853de5b9aee601a80c5244f53db98eeed0969f3ca81c8680f9dc25
size 427150

View File

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

View File

@@ -1,3 +1,39 @@
-------------------------------------------------------------------
Tue Jan 14 03:14:39 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.008003
see /usr/share/doc/packages/perl-Type-Tiny/Changes
1.008003 2020-01-13
[ Documentation ]
- Update copyright dates to 2020.
[ Packaging ]
- Makefile.PL will now bail out on cperl if AUTOMATED_TESTING environment
variable is set to true.
[ Other ]
- Added: Type::Registry can now have a parent registry.
1.008002 2020-01-11
[ Bug Fixes ]
- Fix bareword errors if certain Type::Tiny subclasses were loaded prior
to Type::Tiny.
Fixes RT#131401.
<https://rt.cpan.org/Ticket/Display.html?id=131401>
[ Documentation ]
- Fix typos.
Hauke D++
[ Other ]
- Type::Tiny didn't accept string constraints for parameterizable type
constraints; this was not a documented restriction and didn't seem to
serve any purpose, so the restriction has been lifted.
<https://rt.cpan.org/Ticket/Display.html?id=131238>
-------------------------------------------------------------------
Sun Dec 29 03:13:35 UTC 2019 - <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Type-Tiny
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: perl-Type-Tiny
Version: 1.008001
Version: 1.008003
Release: 0
%define cpan_name Type-Tiny
Summary: Tiny, yet Moo(se)-compatible type constraint