File tree Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Expand file tree Collapse file tree 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 1
1
Revision history for Ecosystem-Archive-Update
2
2
3
3
{{$NEXT}}
4
+ - Add dependency on META::verauthapi
5
+ - Upped dependencies where possible
6
+ - Make sure that ^ver ^auth ^api are set correctly on classes
4
7
5
8
0.0.26 2024-08-05T18:49:44+02:00
6
9
- No longer update modules from the "p6c" system
Original file line number Diff line number Diff line change 6
6
"build-depends" : [
7
7
],
8
8
"depends" : [
9
- " JSON::Fast::Hyper:ver<0.0.6 >:auth<zef:lizmat>" ,
10
- " paths:ver<10.0.9 >:auth<zef:lizmat>" ,
9
+ " JSON::Fast::Hyper:ver<0.0.9+ >:auth<zef:lizmat>" ,
10
+ " paths:ver<10.1+ >:auth<zef:lizmat>" ,
11
11
" Rakudo::CORE::META:ver<0.0.9+>:auth<zef:lizmat>" ,
12
- " Identity::Utils:ver<0.0.11+>:auth<zef:lizmat>"
12
+ " Identity::Utils:ver<0.0.11+>:auth<zef:lizmat>" ,
13
+ " META::verauthapi:ver<0.0.1+>:auth<zef:lizmat"
13
14
],
14
15
"description" : " Updating the Raku Ecosystem Archive" ,
15
16
"license" : " Artistic-2.0" ,
21
22
"resources" : [
22
23
],
23
24
"source-url" : " https://github.com/lizmat/Ecosystem-Archive-Update.git" ,
24
- "tags" : [
25
+ "tags" : [ " REA " , " ECOSYSTEM "
25
26
],
26
27
"test-depends" : [
27
28
],
Original file line number Diff line number Diff line change 1
- use JSON::Fast::Hyper: ver<0.0.6 >: auth<zef:lizmat >;
2
- use paths: ver<10.0.9 >: auth<zef:lizmat >;
1
+ use JSON::Fast::Hyper: ver<0.0.9+ >: auth<zef:lizmat >;
2
+ use paths: ver<10.1+ >: auth<zef:lizmat >;
3
3
use Rakudo::CORE::META: ver<0.0.9+ >: auth<zef:lizmat >;
4
4
use Identity::Utils: ver<0.0.11+ >: auth<zef:lizmat >;
5
5
6
-
7
6
# Locally stored JSON files are assumed to be correct
8
7
my sub meta-from-io (IO ::Path: D $ io ) { from-json $ io . slurp , : immutable }
9
8
@@ -600,6 +599,11 @@ class Ecosystem::Archive::Update {
600
599
}
601
600
}
602
601
602
+ # Set ^ver ^auth ^api correctly
603
+ use META::verauthapi: ver<0.0.1+ >: auth<zef:lizmat > $ ? DISTRIBUTION ,
604
+ Ecosystem::Archive::Update
605
+ ;
606
+
603
607
= begin pod
604
608
605
609
= head1 NAME
You can’t perform that action at this time.
0 commit comments