pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Role-Tiny



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Apr 26 14:44:44 UTC 2021

Modified Files:
        pkgsrc/devel/p5-Role-Tiny: Makefile distinfo

Log Message:
p5-Role-Tiny: update to 2.002004.

2.002004 - 2021-01-24
  - restore requiring base class when using create_class_with_roles, which was
    accidentally lost in 2.002_000 (RT#134075)

2.002003 - 2021-01-11
  - set dynamic_config to 0 and x_static_install to 1
  - fixed filenames in dependents author test to not use colons
  - removed MRO::Compat from prereqs as it is no longer used
  - marked Class::Method::Modifiers as a hard developer dependency rather than
    a recommended developer dependency
  - rewrote test for namespace cleaning to not require namespace::clean, and
    moved it from an author test to a normal test
  - removed namespace::autoclean from developer prereqs

2.002_002 - 2021-01-03
  - refactored some internals for subclasses to use
  - methods_provided_by will ensure the module is loaded before checking for
    methods

2.002_001 - 2020-12-27
  - fix tests when Class::Method::Modifiers is not installed

2.002_000 - 2020-12-23
  - Refactored create_class_with_roles to not use "composable packages". This
    was an optimization for when a role is used in many different uses of
    create_class_with_roles, but required an entirely separate implementation,
    which did not have fully compatible behavior. It would also result in
    methods using modifiers being slower.
  - Add documentation for what methods will be composed from a role
    (RT#133363)
  - Fix backwards compatibility with older versions of Moo when interacting
    with Moose.
  - Treat modifiers as required methods during create_class_with_roles.
  - Fixed methods being no longer composed after they participated in an
    allowed conflict.
  - Dropped use of MRO::Compat.
  - Test cleanups for checking requires during create_class_with_roles.
  - Additional tests to confirm internal role application steps can be fully
    qualified.
  - Fix Pod links to Class::Method::Modifiers
  - Tweaks to author tests
  - Additional tests for working with older Moo versions
  - Additional tests for module loading
  - Allow method modifiers to be specified with an array reference of method
    names, rather than a list. This now matches how the corresponding
    Class::Method::Modifiers subs can be called.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/p5-Role-Tiny/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/p5-Role-Tiny/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Role-Tiny/Makefile
diff -u pkgsrc/devel/p5-Role-Tiny/Makefile:1.31 pkgsrc/devel/p5-Role-Tiny/Makefile:1.32
--- pkgsrc/devel/p5-Role-Tiny/Makefile:1.31     Mon Aug 31 18:08:47 2020
+++ pkgsrc/devel/p5-Role-Tiny/Makefile  Mon Apr 26 14:44:44 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2020/08/31 18:08:47 wiz Exp $
+# $NetBSD: Makefile,v 1.32 2021/04/26 14:44:44 wiz Exp $
 
-DISTNAME=      Role-Tiny-2.001004
+DISTNAME=      Role-Tiny-2.002004
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
 

Index: pkgsrc/devel/p5-Role-Tiny/distinfo
diff -u pkgsrc/devel/p5-Role-Tiny/distinfo:1.16 pkgsrc/devel/p5-Role-Tiny/distinfo:1.17
--- pkgsrc/devel/p5-Role-Tiny/distinfo:1.16     Sun Oct 27 14:16:20 2019
+++ pkgsrc/devel/p5-Role-Tiny/distinfo  Mon Apr 26 14:44:44 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.16 2019/10/27 14:16:20 mef Exp $
+$NetBSD: distinfo,v 1.17 2021/04/26 14:44:44 wiz Exp $
 
-SHA1 (Role-Tiny-2.001004.tar.gz) = e116b1a31c8b9930010671ec67f59ecd2e68c5f3
-RMD160 (Role-Tiny-2.001004.tar.gz) = a8587ecc0c582fcedb8d96c8d04ac73c70e40836
-SHA512 (Role-Tiny-2.001004.tar.gz) = 818373746cc4d86f87f9f88adf7f108de396f135e5dd1e380bf7722503675cacd9ee1d0d1f1eb2cd7851e50121504f94db02b3b67512d4069d7fdec94e441130
-Size (Role-Tiny-2.001004.tar.gz) = 31569 bytes
+SHA1 (Role-Tiny-2.002004.tar.gz) = 4bc9b5e1b449dd15724741408945aac47a18acdb
+RMD160 (Role-Tiny-2.002004.tar.gz) = 3fda6286a456c15c41e033afb5870bbc30b48678
+SHA512 (Role-Tiny-2.002004.tar.gz) = f66a799a0cd4e989adc173f6d913967df7aa6b9ffda934c2a80c0a91dcfe4edce606bd27cf1b4d857d52d0aa770224315ae4e915e4e735c6a9483a6cf5ce02f1
+Size (Role-Tiny-2.002004.tar.gz) = 35940 bytes



Home | Main Index | Thread Index | Old Index