Skip to content

Commit 2101106

Browse files
committed
changes: 202406012251
1 parent c974883 commit 2101106

File tree

4 files changed

+92
-1
lines changed

4 files changed

+92
-1
lines changed

E/EasyFileOps/0.1.55-0.1.6/README.md

+52
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Comparing `tmp/easyfileops-0.1.55.tar.gz` & `tmp/easyfileops-0.1.6.tar.gz`
2+
3+
## filetype from file(1)
4+
5+
```diff
6+
@@ -1 +1 @@
7+
-gzip compressed data, was "easyfileops-0.1.55.tar", last modified: Sat Jun 1 20:28:19 2024, max compression
8+
+gzip compressed data, was "easyfileops-0.1.6.tar", last modified: Sat Jun 1 20:47:55 2024, max compression
9+
```
10+
11+
## Comparing `easyfileops-0.1.55.tar` & `easyfileops-0.1.6.tar`
12+
13+
### file list
14+
15+
```diff
16+
@@ -1,13 +1,13 @@
17+
-drwxrwxrwx 0 0 0 0 2024-06-01 20:28:19.875213 easyfileops-0.1.55/
18+
-drwxrwxrwx 0 0 0 0 2024-06-01 20:28:19.844730 easyfileops-0.1.55/EasyFileOps/
19+
--rw-rw-rw- 0 0 0 0 2024-06-01 20:12:49.000000 easyfileops-0.1.55/EasyFileOps/__init__.py
20+
--rw-rw-rw- 0 0 0 8301 2024-06-01 20:27:46.000000 easyfileops-0.1.55/EasyFileOps/file.py
21+
-drwxrwxrwx 0 0 0 0 2024-06-01 20:28:19.875213 easyfileops-0.1.55/EasyFileOps.egg-info/
22+
--rw-rw-rw- 0 0 0 168 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/PKG-INFO
23+
--rw-rw-rw- 0 0 0 203 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/SOURCES.txt
24+
--rw-rw-rw- 0 0 0 1 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/dependency_links.txt
25+
--rw-rw-rw- 0 0 0 12 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/top_level.txt
26+
--rw-rw-rw- 0 0 0 168 2024-06-01 20:28:19.875213 easyfileops-0.1.55/PKG-INFO
27+
--rw-rw-rw- 0 0 0 1748 2024-06-01 20:27:46.000000 easyfileops-0.1.55/README.txt
28+
--rw-rw-rw- 0 0 0 42 2024-06-01 20:28:19.882690 easyfileops-0.1.55/setup.cfg
29+
--rw-rw-rw- 0 0 0 266 2024-06-01 20:26:03.000000 easyfileops-0.1.55/setup.py
30+
+drwxrwxrwx 0 0 0 0 2024-06-01 20:47:55.449441 easyfileops-0.1.6/
31+
+drwxrwxrwx 0 0 0 0 2024-06-01 20:47:55.433559 easyfileops-0.1.6/EasyFileOps/
32+
+-rw-rw-rw- 0 0 0 0 2024-06-01 20:12:49.000000 easyfileops-0.1.6/EasyFileOps/__init__.py
33+
+-rw-rw-rw- 0 0 0 8301 2024-06-01 20:27:46.000000 easyfileops-0.1.6/EasyFileOps/file.py
34+
+drwxrwxrwx 0 0 0 0 2024-06-01 20:47:55.449441 easyfileops-0.1.6/EasyFileOps.egg-info/
35+
+-rw-rw-rw- 0 0 0 156 2024-06-01 20:47:55.000000 easyfileops-0.1.6/EasyFileOps.egg-info/PKG-INFO
36+
+-rw-rw-rw- 0 0 0 203 2024-06-01 20:47:55.000000 easyfileops-0.1.6/EasyFileOps.egg-info/SOURCES.txt
37+
+-rw-rw-rw- 0 0 0 1 2024-06-01 20:47:55.000000 easyfileops-0.1.6/EasyFileOps.egg-info/dependency_links.txt
38+
+-rw-rw-rw- 0 0 0 12 2024-06-01 20:47:55.000000 easyfileops-0.1.6/EasyFileOps.egg-info/top_level.txt
39+
+-rw-rw-rw- 0 0 0 156 2024-06-01 20:47:55.449441 easyfileops-0.1.6/PKG-INFO
40+
+-rw-rw-rw- 0 0 0 1748 2024-06-01 20:27:46.000000 easyfileops-0.1.6/README.txt
41+
+-rw-rw-rw- 0 0 0 42 2024-06-01 20:47:55.449441 easyfileops-0.1.6/setup.cfg
42+
+-rw-rw-rw- 0 0 0 254 2024-06-01 20:47:33.000000 easyfileops-0.1.6/setup.py
43+
```
44+
45+
### Comparing `easyfileops-0.1.55/EasyFileOps/file.py` & `easyfileops-0.1.6/EasyFileOps/file.py`
46+
47+
* *Files identical despite different names*
48+
49+
### Comparing `easyfileops-0.1.55/README.txt` & `easyfileops-0.1.6/README.txt`
50+
51+
* *Files identical despite different names*
52+

fetcher.log

+21
Original file line numberDiff line numberDiff line change
@@ -23054,3 +23054,24 @@ libarchive.exception.ArchiveError: Invalid string table (errno=22, retcode=-30,
2305423054
[2024-06-01 22:49:35] INFO root fetch - processPackages [ws-sync]: Remove: archive file [/home/abi/fetcher/tmp/ws_sync-0.6.4.tar.gz]
2305523055
[2024-06-01 22:49:35] INFO root fetch - main [MainThread]: End processing [ws-sync]: success
2305623056
[2024-06-01 22:49:35] INFO root fetch - main [MainThread]: Store serial: [23483445]
23057+
[2024-06-01 22:51:39] INFO root fetch - main [MainThread]: Get Changelog since Serial: [23483445]
23058+
[2024-06-01 22:51:43] INFO root fetch - main [MainThread]: Found 2 changed packages
23059+
[2024-06-01 22:51:43] INFO root fetch - processPackages [ThreadPoolExecutor-0_0]: Start processing: EasyFileOps
23060+
[2024-06-01 22:51:43] INFO root fetch - processPackages [ThreadPoolExecutor-0_1]: Start processing: prelude-parser
23061+
[2024-06-01 22:51:43] INFO root fetch - processPackages [EasyFileOps]: New version: [0.1.6] Old Version: [0.1.55]
23062+
[2024-06-01 22:51:43] INFO root fetch - processPackages [EasyFileOps]: Downloading https://files.pythonhosted.org/packages/0a/a6/ab2ef88e43ed57ecd0a42b193f89d7f3be3fa160b92973d4fbd1b0457be2/easyfileops-0.1.55.tar.gz
23063+
[2024-06-01 22:51:43] INFO root fetch - processPackages [prelude-parser]: New version: [0.5.0] Old Version: [0.4.0]
23064+
[2024-06-01 22:51:44] INFO root fetch - processPackages [prelude-parser]: Downloading https://files.pythonhosted.org/packages/49/57/19349049ecd78c298f91b1053563b2f0d5b9d8c1474c89afd5f7f94db22c/prelude_parser-0.4.0.tar.gz
23065+
[2024-06-01 22:51:44] INFO root fetch - processPackages [EasyFileOps]: Downloading https://files.pythonhosted.org/packages/0f/3c/cc6b1ba7933916aeb401fa59f48f34bd5f7a49f4c34a9dee486ab4c0d0eb/easyfileops-0.1.6.tar.gz
23066+
[2024-06-01 22:51:44] INFO root fetch - processPackages [EasyFileOps]: executing diffoscope
23067+
[2024-06-01 22:51:44] INFO root fetch - processPackages [EasyFileOps]: podman run --user 0:0 --rm -w /home/abi/fetcher -v /home/abi/fetcher/tmp:/home/abi/fetcher/tmp:ro -v /home/abi/fetcher/20240601:/home/abi/fetcher/20240601:rw registry.salsa.debian.org/reproducible-builds/diffoscope --no-progress tmp/easyfileops-0.1.55.tar.gz tmp/easyfileops-0.1.6.tar.gz --markdown 20240601/E/EasyFileOps/0.1.55-0.1.6/README.md --exclude *.pyd
23068+
[2024-06-01 22:51:44] INFO root fetch - processPackages [prelude-parser]: Downloading https://files.pythonhosted.org/packages/0a/6d/a67e81f3e6e77f093f24d3134943e53a285a8363867d3187d93c151e77fd/prelude_parser-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
23069+
[2024-06-01 22:51:44] INFO root fetch - processPackages [EasyFileOps]: Remove: archive file [/home/abi/fetcher/tmp/easyfileops-0.1.55.tar.gz]
23070+
[2024-06-01 22:51:44] INFO root fetch - processPackages [EasyFileOps]: Remove: archive file [/home/abi/fetcher/tmp/easyfileops-0.1.6.tar.gz]
23071+
[2024-06-01 22:51:44] INFO root fetch - main [MainThread]: End processing [EasyFileOps]: success
23072+
[2024-06-01 22:51:44] INFO root fetch - processPackages [prelude-parser]: executing diffoscope
23073+
[2024-06-01 22:51:44] INFO root fetch - processPackages [prelude-parser]: podman run --user 0:0 --rm -w /home/abi/fetcher -v /home/abi/fetcher/tmp:/home/abi/fetcher/tmp:ro -v /home/abi/fetcher/20240601:/home/abi/fetcher/20240601:rw registry.salsa.debian.org/reproducible-builds/diffoscope --no-progress tmp/prelude_parser-0.4.0.tar.gz tmp/prelude_parser-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.zip --markdown 20240601/p/prelude-parser/0.4.0-0.5.0/README.md --exclude *.pyd
23074+
[2024-06-01 22:51:45] INFO root fetch - processPackages [prelude-parser]: Remove: archive file [/home/abi/fetcher/tmp/prelude_parser-0.4.0.tar.gz]
23075+
[2024-06-01 22:51:45] INFO root fetch - processPackages [prelude-parser]: Remove: archive file [/home/abi/fetcher/tmp/prelude_parser-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.zip]
23076+
[2024-06-01 22:51:45] INFO root fetch - main [MainThread]: End processing [prelude-parser]: success
23077+
[2024-06-01 22:51:45] INFO root fetch - main [MainThread]: Store serial: [23483478]
+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Comparing `tmp/prelude_parser-0.4.0.tar.gz` & `tmp/prelude_parser-0.5.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl.zip`
2+
3+
## filetype from file(1)
4+
5+
```diff
6+
@@ -1 +1 @@
7+
-gzip compressed data
8+
+Zip archive data, at least v2.0 to extract, compression method=deflate
9+
```
10+
11+
## filetype from diffoscope
12+
13+
```diff
14+
@@ -1 +1 @@
15+
-GzipFile
16+
+ZipFile
17+
```
18+

serial

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23483445
1+
23483478

0 commit comments

Comments
 (0)