From 1ca4f9eab89c8aa5593a97f2bb7dd23f017e8c9639133c859a6c89618a05e09a Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Tue, 16 Aug 2022 14:35:43 +0000 Subject: [PATCH] Accepting request 997383 from devel:languages:perl:autoupdate - updated to 0.035 see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes 0.035 2022-08-12 - Sub::HandlesVia::CodeGenerator method_installer is now a rw attribute as Sub::Accessor::Small was relying on that. 0.034 2022-08-07 - Sub::HandlesVia::CodeGenerator now handles generating code for type assertions and coercions instead of relying on handlers to do it. - Sub::HandlesVia::CodeGenerator now has a configurable sandbox package. - Updated: Sub::HandlesVia::Toolkit::Mite supports recent Mite features such as lvalue accessors and new ways of specifying defaults. 0.033 2022-07-12 - Optimizations to Sub::HandlesVia::CodeGenerator. - Updated: Recompile with newer Mite. OBS-URL: https://build.opensuse.org/request/show/997383 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Sub-HandlesVia?expand=0&rev=9 --- Sub-HandlesVia-0.032.tar.gz | 3 --- Sub-HandlesVia-0.035.tar.gz | 3 +++ perl-Sub-HandlesVia.changes | 19 +++++++++++++++++++ perl-Sub-HandlesVia.spec | 2 +- 4 files changed, 23 insertions(+), 4 deletions(-) delete mode 100644 Sub-HandlesVia-0.032.tar.gz create mode 100644 Sub-HandlesVia-0.035.tar.gz diff --git a/Sub-HandlesVia-0.032.tar.gz b/Sub-HandlesVia-0.032.tar.gz deleted file mode 100644 index b622aec..0000000 --- a/Sub-HandlesVia-0.032.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:41533ebce5eb8cd38fe5a8ab187d975fee77158df4f9ebab0aa6d2bcedb4d84a -size 155683 diff --git a/Sub-HandlesVia-0.035.tar.gz b/Sub-HandlesVia-0.035.tar.gz new file mode 100644 index 0000000..cd33606 --- /dev/null +++ b/Sub-HandlesVia-0.035.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f55ea60632b6f37cd41d447905009b0fff7b1f25b2a42727cdfe572d1ab12497 +size 159915 diff --git a/perl-Sub-HandlesVia.changes b/perl-Sub-HandlesVia.changes index 14b17ec..8efdb46 100644 --- a/perl-Sub-HandlesVia.changes +++ b/perl-Sub-HandlesVia.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Aug 13 03:12:43 UTC 2022 - Tina Müller + +- updated to 0.035 + see /usr/share/doc/packages/perl-Sub-HandlesVia/Changes + + 0.035 2022-08-12 + - Sub::HandlesVia::CodeGenerator method_installer is now a rw attribute as + Sub::Accessor::Small was relying on that. + 0.034 2022-08-07 + - Sub::HandlesVia::CodeGenerator now handles generating code for type + assertions and coercions instead of relying on handlers to do it. + - Sub::HandlesVia::CodeGenerator now has a configurable sandbox package. + - Updated: Sub::HandlesVia::Toolkit::Mite supports recent Mite features + such as lvalue accessors and new ways of specifying defaults. + 0.033 2022-07-12 + - Optimizations to Sub::HandlesVia::CodeGenerator. + - Updated: Recompile with newer Mite. + ------------------------------------------------------------------- Wed Jul 13 03:08:54 UTC 2022 - Tina Müller diff --git a/perl-Sub-HandlesVia.spec b/perl-Sub-HandlesVia.spec index 74f135f..87cb5e1 100644 --- a/perl-Sub-HandlesVia.spec +++ b/perl-Sub-HandlesVia.spec @@ -18,7 +18,7 @@ %define cpan_name Sub-HandlesVia Name: perl-Sub-HandlesVia -Version: 0.032 +Version: 0.035 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Alternative handles_via implementation