pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/bandsnatch
Module Name: pkgsrc
Committed By: pin
Date: Sun Mar 12 16:06:43 UTC 2023
Modified Files:
pkgsrc/net/bandsnatch: Makefile cargo-depends.mk distinfo
Log Message:
net/bandsnatch: update to 0.2.0
Breaking Change
- The previous behaviour of running the download job with the base command has
been moved into its own subcommand run in order to accommodate some features
I plan to add in the future.
Added
--dry-run flag to get a list of releases Bandsnatch would try to download,
without actually downloading them.
--debug flag to get some extra information in certain circumstances (Might be
changed to --verbose in the future if I change my mind).
Fixed
- Fix problem where some releases could crash a thread with missing field
'download_type'.
Changed
- New run subcommand which replaces the previous functionality of running the
downloader on the base command.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/bandsnatch/Makefile \
pkgsrc/net/bandsnatch/cargo-depends.mk pkgsrc/net/bandsnatch/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/bandsnatch/Makefile
diff -u pkgsrc/net/bandsnatch/Makefile:1.1 pkgsrc/net/bandsnatch/Makefile:1.2
--- pkgsrc/net/bandsnatch/Makefile:1.1 Sat Jan 21 11:23:38 2023
+++ pkgsrc/net/bandsnatch/Makefile Sun Mar 12 16:06:43 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2023/01/21 11:23:38 pin Exp $
+# $NetBSD: Makefile,v 1.2 2023/03/12 16:06:43 pin Exp $
-DISTNAME= bandsnatch-0.1.1
+DISTNAME= bandsnatch-0.2.0
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_GITHUB:=Ovyerus/}
GITHUB_TAG= v${PKGVERSION_NOREV}
Index: pkgsrc/net/bandsnatch/cargo-depends.mk
diff -u pkgsrc/net/bandsnatch/cargo-depends.mk:1.1 pkgsrc/net/bandsnatch/cargo-depends.mk:1.2
--- pkgsrc/net/bandsnatch/cargo-depends.mk:1.1 Sat Jan 21 11:23:38 2023
+++ pkgsrc/net/bandsnatch/cargo-depends.mk Sun Mar 12 16:06:43 2023
@@ -1,4 +1,4 @@
-# $NetBSD: cargo-depends.mk,v 1.1 2023/01/21 11:23:38 pin Exp $
+# $NetBSD: cargo-depends.mk,v 1.2 2023/03/12 16:06:43 pin Exp $
CARGO_CRATE_DEPENDS+= adler-1.0.2
CARGO_CRATE_DEPENDS+= aes-0.7.5
Index: pkgsrc/net/bandsnatch/distinfo
diff -u pkgsrc/net/bandsnatch/distinfo:1.1 pkgsrc/net/bandsnatch/distinfo:1.2
--- pkgsrc/net/bandsnatch/distinfo:1.1 Sat Jan 21 11:23:38 2023
+++ pkgsrc/net/bandsnatch/distinfo Sun Mar 12 16:06:43 2023
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2023/01/21 11:23:38 pin Exp $
+$NetBSD: distinfo,v 1.2 2023/03/12 16:06:43 pin Exp $
BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
@@ -21,9 +21,9 @@ Size (autocfg-0.1.8.crate) = 6621 bytes
BLAKE2s (autocfg-1.1.0.crate) = dd57bc2348994ace592664469f4b2389f230343402c627a9981eb582f10b0060
SHA512 (autocfg-1.1.0.crate) = df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
Size (autocfg-1.1.0.crate) = 13272 bytes
-BLAKE2s (bandsnatch-0.1.1.tar.gz) = 0cdbf8427787a0e299b84abca9fbdb0d9556c8f5c6447f011f9d164e6ec9e733
-SHA512 (bandsnatch-0.1.1.tar.gz) = dfdac675d66425396508805470db413f4a5899255e9fe73a43f546d1433dc73bb76ab79cb376fa5fd8b950af8be0991d8c832e5cbeb8d95c233ce9cf13c34236
-Size (bandsnatch-0.1.1.tar.gz) = 28536 bytes
+BLAKE2s (bandsnatch-0.2.0.tar.gz) = 6b0d7ee72530beb945cf3239ea0b48f3c84ad5f2ab611fd43a48513e037ae441
+SHA512 (bandsnatch-0.2.0.tar.gz) = e1b486bf51bac7a455738a9500c983a8b0b88dc6ee1607b6d7e53cb336396927a908f7e66016648b21eaa239408451c8ecca901120676d8bc9dc89c2ae6e6ba4
+Size (bandsnatch-0.2.0.tar.gz) = 29686 bytes
BLAKE2s (base64-0.13.0.crate) = bcfd0e3c576f7ec3e86d09c3e4c34659b86b6655335083df945ff3a50944e160
SHA512 (base64-0.13.0.crate) = 991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
Size (base64-0.13.0.crate) = 62070 bytes
Home |
Main Index |
Thread Index |
Old Index