Skip to content

Commit c974883

Browse files
committed
changes: 202406012249
1 parent fac6b21 commit c974883

File tree

4 files changed

+515
-1
lines changed

4 files changed

+515
-1
lines changed

E/EasyFileOps/0.1.5-0.1.55/README.md

+150
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,150 @@
1+
# Comparing `tmp/easyfileops-0.1.5.tar.gz` & `tmp/easyfileops-0.1.55.tar.gz`
2+
3+
## filetype from file(1)
4+
5+
```diff
6+
@@ -1 +1 @@
7+
-gzip compressed data, was "easyfileops-0.1.5.tar", last modified: Sat Jun 1 20:22:55 2024, max compression
8+
+gzip compressed data, was "easyfileops-0.1.55.tar", last modified: Sat Jun 1 20:28:19 2024, max compression
9+
```
10+
11+
## Comparing `easyfileops-0.1.5.tar` & `easyfileops-0.1.55.tar`
12+
13+
### file list
14+
15+
```diff
16+
@@ -1,13 +1,13 @@
17+
-drwxrwxrwx 0 0 0 0 2024-06-01 20:22:55.930440 easyfileops-0.1.5/
18+
-drwxrwxrwx 0 0 0 0 2024-06-01 20:22:55.904761 easyfileops-0.1.5/EasyFileOps/
19+
--rw-rw-rw- 0 0 0 0 2024-06-01 20:12:49.000000 easyfileops-0.1.5/EasyFileOps/__init__.py
20+
--rw-rw-rw- 0 0 0 8255 2024-06-01 20:22:45.000000 easyfileops-0.1.5/EasyFileOps/file.py
21+
-drwxrwxrwx 0 0 0 0 2024-06-01 20:22:55.924761 easyfileops-0.1.5/EasyFileOps.egg-info/
22+
--rw-rw-rw- 0 0 0 167 2024-06-01 20:22:55.000000 easyfileops-0.1.5/EasyFileOps.egg-info/PKG-INFO
23+
--rw-rw-rw- 0 0 0 203 2024-06-01 20:22:55.000000 easyfileops-0.1.5/EasyFileOps.egg-info/SOURCES.txt
24+
--rw-rw-rw- 0 0 0 1 2024-06-01 20:22:55.000000 easyfileops-0.1.5/EasyFileOps.egg-info/dependency_links.txt
25+
--rw-rw-rw- 0 0 0 12 2024-06-01 20:22:55.000000 easyfileops-0.1.5/EasyFileOps.egg-info/top_level.txt
26+
--rw-rw-rw- 0 0 0 167 2024-06-01 20:22:55.929879 easyfileops-0.1.5/PKG-INFO
27+
--rw-rw-rw- 0 0 0 1702 2024-06-01 20:22:45.000000 easyfileops-0.1.5/README.txt
28+
--rw-rw-rw- 0 0 0 42 2024-06-01 20:22:55.930440 easyfileops-0.1.5/setup.cfg
29+
--rw-rw-rw- 0 0 0 265 2024-06-01 20:22:45.000000 easyfileops-0.1.5/setup.py
30+
+drwxrwxrwx 0 0 0 0 2024-06-01 20:28:19.875213 easyfileops-0.1.55/
31+
+drwxrwxrwx 0 0 0 0 2024-06-01 20:28:19.844730 easyfileops-0.1.55/EasyFileOps/
32+
+-rw-rw-rw- 0 0 0 0 2024-06-01 20:12:49.000000 easyfileops-0.1.55/EasyFileOps/__init__.py
33+
+-rw-rw-rw- 0 0 0 8301 2024-06-01 20:27:46.000000 easyfileops-0.1.55/EasyFileOps/file.py
34+
+drwxrwxrwx 0 0 0 0 2024-06-01 20:28:19.875213 easyfileops-0.1.55/EasyFileOps.egg-info/
35+
+-rw-rw-rw- 0 0 0 168 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/PKG-INFO
36+
+-rw-rw-rw- 0 0 0 203 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/SOURCES.txt
37+
+-rw-rw-rw- 0 0 0 1 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/dependency_links.txt
38+
+-rw-rw-rw- 0 0 0 12 2024-06-01 20:28:19.000000 easyfileops-0.1.55/EasyFileOps.egg-info/top_level.txt
39+
+-rw-rw-rw- 0 0 0 168 2024-06-01 20:28:19.875213 easyfileops-0.1.55/PKG-INFO
40+
+-rw-rw-rw- 0 0 0 1748 2024-06-01 20:27:46.000000 easyfileops-0.1.55/README.txt
41+
+-rw-rw-rw- 0 0 0 42 2024-06-01 20:28:19.882690 easyfileops-0.1.55/setup.cfg
42+
+-rw-rw-rw- 0 0 0 266 2024-06-01 20:26:03.000000 easyfileops-0.1.55/setup.py
43+
```
44+
45+
### Comparing `easyfileops-0.1.5/EasyFileOps/file.py` & `easyfileops-0.1.55/EasyFileOps/file.py`
46+
47+
* *Files 2% similar despite different names*
48+
49+
```diff
50+
@@ -8,15 +8,15 @@
51+
###
52+
###
53+
You can install EasyFileOps via pip:
54+
pip install EasyFileOps
55+
###
56+
###
57+
Importing:
58+
-from EasyFileOps import file
59+
+from EasyFileOps import file as efo (or any name you want)
60+
###
61+
###
62+
EasyFileOps main method is file
63+
Parameters of file:
64+
filename (str) - Here write a file name to operate on
65+
option (str) - Available options: r, r+, rb, rb+, readline, readlines, readable, w, w+, wb, wb+, writelines, writable,
66+
a, a+, ab, ab+, seekable, flush, detach, fileno, truncate, isatty, split, splitlines
67+
@@ -39,24 +39,24 @@
68+
option split:
69+
-words: return words in file
70+
###
71+
###
72+
Example usages
73+
74+
#Reading entire content of file
75+
-content, lines = file("example.txt", "r")
76+
+content, lines = efo.file("example.txt", "r")
77+
78+
#Wrinting content to a file
79+
-file("example.txt", "w", "Hi EasyFileOps!")
80+
+efo.file("example.txt", "w", "Hi EasyFileOps!")
81+
82+
#or writing with seek
83+
-file("example.txt", "w", "Hi EasyFileOps!", 8)
84+
+efo.file("example.txt", "w", "Hi EasyFileOps!", 8)
85+
86+
#Truncate
87+
-file("example.txt", "truncate", 40)
88+
+efo.file("example.txt", "truncate", 40)
89+
###
90+
###
91+
IMPORTANT!!!
92+
if you use these options: seekable, writable, readable, truncate or detach constructions changes:
93+
-for seekable, writable, readable: file("example.txt", "seekable, writable or readable option", "option any with r, w or a")
94+
-for truncate: file("example.txt", "truncate", "(bytes in int)")
95+
-for detach: file("example.txt", "detach", "option any with r, w or a")
96+
```
97+
98+
### Comparing `easyfileops-0.1.5/README.txt` & `easyfileops-0.1.55/README.txt`
99+
100+
* *Files 4% similar despite different names*
101+
102+
```diff
103+
@@ -4,15 +4,15 @@
104+
###
105+
###
106+
You can install EasyFileOps via pip:
107+
pip install EasyFileOps
108+
###
109+
###
110+
Importing:
111+
-from EasyFileOps import file
112+
+from EasyFileOps import file as efo (or any name you want)
113+
###
114+
###
115+
EasyFileOps main method is file
116+
Parameters of file:
117+
filename (str) - Here write a file name to operate on
118+
option (str) - Available options: r, r+, rb, rb+, readline, readlines, readable, w, w+, wb, wb+, writelines, writable,
119+
a, a+, ab, ab+, seekable, flush, detach, fileno, truncate, isatty, split, splitlines
120+
@@ -35,24 +35,24 @@
121+
option split:
122+
-words: return words in file
123+
###
124+
###
125+
Example usages
126+
127+
#Reading entire content of file
128+
-content, lines = file("example.txt", "r")
129+
+content, lines = efo.file("example.txt", "r")
130+
131+
#Wrinting content to a file
132+
-file("example.txt", "w", "Hi EasyFileOps!")
133+
+efo.file("example.txt", "w", "Hi EasyFileOps!")
134+
135+
#or writing with seek
136+
-file("example.txt", "w", "Hi EasyFileOps!", 8)
137+
+efo.file("example.txt", "w", "Hi EasyFileOps!", 8)
138+
139+
#Truncate
140+
-file("example.txt", "truncate", 40)
141+
+efo.file("example.txt", "truncate", 40)
142+
###
143+
###
144+
IMPORTANT!!!
145+
if you use these options: seekable, writable, readable, truncate or detach constructions changes:
146+
-for seekable, writable, readable: file("example.txt", "seekable, writable or readable option", "option any with r, w or a")
147+
-for truncate: file("example.txt", "truncate", "(bytes in int)")
148+
-for detach: file("example.txt", "detach", "option any with r, w or a")
149+
```
150+

fetcher.log

+30
Original file line numberDiff line numberDiff line change
@@ -23024,3 +23024,33 @@ libarchive.exception.ArchiveError: Invalid string table (errno=22, retcode=-30,
2302423024
[2024-06-01 22:47:25] INFO root fetch - processPackages [mpflash]: Remove: archive file [/home/abi/fetcher/tmp/mpflash-0.8.0.tar.gz]
2302523025
[2024-06-01 22:47:25] INFO root fetch - main [MainThread]: End processing [mpflash]: success
2302623026
[2024-06-01 22:47:25] INFO root fetch - main [MainThread]: Store serial: [23483436]
23027+
[2024-06-01 22:49:28] INFO root fetch - main [MainThread]: Get Changelog since Serial: [23483436]
23028+
[2024-06-01 22:49:33] INFO root fetch - main [MainThread]: Found 3 changed packages
23029+
[2024-06-01 22:49:33] INFO root fetch - processPackages [ThreadPoolExecutor-0_0]: Start processing: EasyFileOps
23030+
[2024-06-01 22:49:33] INFO root fetch - processPackages [ThreadPoolExecutor-0_1]: Start processing: hal9
23031+
[2024-06-01 22:49:33] INFO root fetch - processPackages [ThreadPoolExecutor-0_2]: Start processing: ws-sync
23032+
[2024-06-01 22:49:33] INFO root fetch - processPackages [EasyFileOps]: New version: [0.1.55] Old Version: [0.1.5]
23033+
[2024-06-01 22:49:33] INFO root fetch - processPackages [hal9]: New version: [2.1.7] Old Version: [2.1.6]
23034+
[2024-06-01 22:49:33] INFO root fetch - processPackages [ws-sync]: New version: [0.6.4] Old Version: [0.6.3]
23035+
[2024-06-01 22:49:34] INFO root fetch - processPackages [EasyFileOps]: Downloading https://files.pythonhosted.org/packages/4a/b4/c1c16434f17b17fdb2b298913212d95ca33b9cc45ca0bff766cb1e43d617/easyfileops-0.1.5.tar.gz
23036+
[2024-06-01 22:49:34] INFO root fetch - processPackages [hal9]: Downloading https://files.pythonhosted.org/packages/f7/a6/e0e03f992d9f78866ac3b3813d8e6212499bd688d3dacfba1197905be699/hal9-2.1.6.tar.gz
23037+
[2024-06-01 22:49:34] INFO root fetch - processPackages [ws-sync]: Downloading https://files.pythonhosted.org/packages/32/7c/c29ffb265865d22c2cbacf4eee71c2157cc2839d32ee87720eb831d0905a/ws_sync-0.6.3.tar.gz
23038+
[2024-06-01 22:49:34] INFO root fetch - processPackages [hal9]: Downloading https://files.pythonhosted.org/packages/d2/b1/bc7207fa48ef27a1fa0dbd76d7054b6308ea101c55127399920e34b614b2/hal9-2.1.7.tar.gz
23039+
[2024-06-01 22:49:34] INFO root fetch - processPackages [EasyFileOps]: Downloading https://files.pythonhosted.org/packages/0a/a6/ab2ef88e43ed57ecd0a42b193f89d7f3be3fa160b92973d4fbd1b0457be2/easyfileops-0.1.55.tar.gz
23040+
[2024-06-01 22:49:34] INFO root fetch - processPackages [hal9]: executing diffoscope
23041+
[2024-06-01 22:49:34] INFO root fetch - processPackages [hal9]: 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/hal9-2.1.6.tar.gz tmp/hal9-2.1.7.tar.gz --markdown 20240601/h/hal9/2.1.6-2.1.7/README.md --exclude *.pyd
23042+
[2024-06-01 22:49:34] INFO root fetch - processPackages [EasyFileOps]: executing diffoscope
23043+
[2024-06-01 22:49:34] 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.5.tar.gz tmp/easyfileops-0.1.55.tar.gz --markdown 20240601/E/EasyFileOps/0.1.5-0.1.55/README.md --exclude *.pyd
23044+
[2024-06-01 22:49:34] INFO root fetch - processPackages [ws-sync]: Downloading https://files.pythonhosted.org/packages/15/ff/bc60091493f36f00d0ece678551ee662749d337c3b68e10d0551dbd89c6a/ws_sync-0.6.4.tar.gz
23045+
[2024-06-01 22:49:34] INFO root fetch - processPackages [ws-sync]: executing diffoscope
23046+
[2024-06-01 22:49:34] INFO root fetch - processPackages [ws-sync]: 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/ws_sync-0.6.3.tar.gz tmp/ws_sync-0.6.4.tar.gz --markdown 20240601/w/ws-sync/0.6.3-0.6.4/README.md --exclude *.pyd
23047+
[2024-06-01 22:49:34] INFO root fetch - processPackages [EasyFileOps]: Remove: archive file [/home/abi/fetcher/tmp/easyfileops-0.1.5.tar.gz]
23048+
[2024-06-01 22:49:34] INFO root fetch - processPackages [EasyFileOps]: Remove: archive file [/home/abi/fetcher/tmp/easyfileops-0.1.55.tar.gz]
23049+
[2024-06-01 22:49:34] INFO root fetch - main [MainThread]: End processing [EasyFileOps]: success
23050+
[2024-06-01 22:49:34] INFO root fetch - processPackages [hal9]: Remove: archive file [/home/abi/fetcher/tmp/hal9-2.1.6.tar.gz]
23051+
[2024-06-01 22:49:34] INFO root fetch - processPackages [hal9]: Remove: archive file [/home/abi/fetcher/tmp/hal9-2.1.7.tar.gz]
23052+
[2024-06-01 22:49:34] INFO root fetch - main [MainThread]: End processing [hal9]: success
23053+
[2024-06-01 22:49:35] INFO root fetch - processPackages [ws-sync]: Remove: archive file [/home/abi/fetcher/tmp/ws_sync-0.6.3.tar.gz]
23054+
[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]
23055+
[2024-06-01 22:49:35] INFO root fetch - main [MainThread]: End processing [ws-sync]: success
23056+
[2024-06-01 22:49:35] INFO root fetch - main [MainThread]: Store serial: [23483445]

serial

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

0 commit comments

Comments
 (0)