Skip to content

Commit 9cbd972

Browse files
committed
changes: 202405252357
1 parent 0918cfa commit 9cbd972

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

a/arraykit/0.5.1-0.6.0/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Comparing `tmp/arraykit-0.5.1.tar.gz` & `tmp/arraykit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.zip`
2+
3+
## filetype from file(1)
4+
5+
```diff
6+
@@ -1 +1 @@
7+
-gzip compressed data, was "arraykit-0.5.1.tar", last modified: Tue Dec 19 17:00:33 2023, max compression
8+
+Zip archive data, at least v2.0 to extract, compression method=store
9+
```
10+
11+
## filetype from diffoscope
12+
13+
```diff
14+
@@ -1 +1 @@
15+
-GzipFile
16+
+ZipFile
17+
```
18+

fetcher.log

+15
Original file line numberDiff line numberDiff line change
@@ -23495,3 +23495,18 @@ UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd5 in position 72: invalid
2349523495
[2024-05-25 23:55:56] INFO root fetch - processPackages [htmlxword]: Remove: archive file [/home/abi/fetcher/tmp/htmlxword-0.0.6.tar.gz]
2349623496
[2024-05-25 23:55:56] INFO root fetch - main [MainThread]: End processing [htmlxword]: success
2349723497
[2024-05-25 23:55:56] INFO root fetch - main [MainThread]: Store serial: [23378186]
23498+
[2024-05-25 23:58:00] INFO root fetch - main [MainThread]: Get Changelog since Serial: [23378186]
23499+
[2024-05-25 23:58:04] INFO root fetch - main [MainThread]: Found 2 changed packages
23500+
[2024-05-25 23:58:04] INFO root fetch - processPackages [ThreadPoolExecutor-0_0]: Start processing: deltaobfuscator
23501+
[2024-05-25 23:58:04] INFO root fetch - processPackages [ThreadPoolExecutor-0_1]: Start processing: arraykit
23502+
[2024-05-25 23:58:05] WARNING root fetch - processPackages [deltaobfuscator]: Skipping, unable to determine old version
23503+
[2024-05-25 23:58:05] INFO root fetch - main [MainThread]: End processing [deltaobfuscator] error
23504+
[2024-05-25 23:58:05] INFO root fetch - processPackages [arraykit]: New version: [0.6.0] Old Version: [0.5.1]
23505+
[2024-05-25 23:58:05] INFO root fetch - processPackages [arraykit]: Downloading https://files.pythonhosted.org/packages/b2/46/9a2283b9d58509f9aee49b66b28c7c66359c2d647ec18dc467936e407a1f/arraykit-0.5.1.tar.gz
23506+
[2024-05-25 23:58:06] INFO root fetch - processPackages [arraykit]: Downloading https://files.pythonhosted.org/packages/60/90/90a0278efcc5e6a63b15ecd2a05c2df4afa9ffa80bfd7cf39946bd67fc61/arraykit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
23507+
[2024-05-25 23:58:06] INFO root fetch - processPackages [arraykit]: executing diffoscope
23508+
[2024-05-25 23:58:06] INFO root fetch - processPackages [arraykit]: podman run --user 0:0 --rm -w /home/abi/fetcher -v /home/abi/fetcher/tmp:/home/abi/fetcher/tmp:ro -v /home/abi/fetcher/20240525:/home/abi/fetcher/20240525:rw registry.salsa.debian.org/reproducible-builds/diffoscope --no-progress tmp/arraykit-0.5.1.tar.gz tmp/arraykit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.zip --markdown 20240525/a/arraykit/0.5.1-0.6.0/README.md --exclude *.pyd
23509+
[2024-05-25 23:58:07] INFO root fetch - processPackages [arraykit]: Remove: archive file [/home/abi/fetcher/tmp/arraykit-0.5.1.tar.gz]
23510+
[2024-05-25 23:58:07] INFO root fetch - processPackages [arraykit]: Remove: archive file [/home/abi/fetcher/tmp/arraykit-0.6.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.zip]
23511+
[2024-05-25 23:58:07] INFO root fetch - main [MainThread]: End processing [arraykit]: success
23512+
[2024-05-25 23:58:07] INFO root fetch - main [MainThread]: Store serial: [23378216]

serial

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23378186
1+
23378216

0 commit comments

Comments
 (0)