dar-backup 0.6.21__py3-none-any.whl → 0.7.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
dar_backup/Changelog.md CHANGED
@@ -1,18 +1,51 @@
1
1
  <!-- markdownlint-disable MD024 -->
2
2
  # dar-backup Changelog
3
3
 
4
- ## v2-beta-0.6.21 - not yet released
4
+ ## v2-beta-0.7.2 - 2025-06-07
5
5
 
6
- Github link: [v2-beta-0.6.21](https://github.com/per2jensen/dar-backup/tree/v2-beta-0.6.21/v2)
6
+ Github link: [v2-beta-0.7.2](https://github.com/per2jensen/dar-backup/tree/v2-beta-0.7.2/v2)
7
7
 
8
8
  ### Added
9
9
 
10
+ - Refactored build system, so all dependencies are kept in `pyproject.toml`. The dependencies are separated into dev, packaging and delivery phases.
11
+ - Use `build.sh` to setup pytest environment in Github workflow.
12
+
13
+ - Do the same to get a development environment going.
14
+
15
+ - Added 2 new optional params to control log file roll.
16
+ - Enrolling into [Snyk code checker](https://snyk.io/code-checker/) and learning how to work with it.
17
+
18
+ - Snyk helped pointing out vulnerable versions of some packages used.
19
+ - Input sanitization started, there is room for improvement.
20
+
21
+ ## v2-beta-0.7.1 - 2025-05-22
22
+
23
+ Github link: [v2-beta-0.7.1](https://github.com/per2jensen/dar-backup/tree/v2-beta-0.7.1/v2)
24
+
25
+ ### Added
26
+
27
+ - Quick Guide with reworked `demo` program.
10
28
  - util.get_invocation_command_line() used to print command line.
11
29
  - Installer to setup directories and catalog databases as prescribed in config file.
12
30
  - Documentation on dar-backup --selection option improved.
13
31
  - README.md clean up, signing section now with multiple collabsible sections.
14
32
  - Install instructions fixed after trial in fresh utuntu VM.
15
33
  - Small license display refac.
34
+ - .deb package for Ubuntu can now be built (draft quality)
35
+
36
+ -- DO NOT use unless for testing on an empty VM
37
+ -- no real checking if this package aligns with Ubuntu's package requirements
38
+ -- package `inputimeout` is installed via pip as Ubuntu does not have a .deb
39
+
40
+ - SPDX license header added to many files
41
+ - Action + program to capture cloning stats and store them in v2/doc directory. Includes a badge.
42
+
43
+ -- annotate new daily max number of clones
44
+ -- Celebration badge when certain clones numbers are hit (just for fun)
45
+
46
+ - Action + program to generate 12 weeks cloning dashboard (a PNG) with annotation
47
+ - Tweaked the auto completion setup in .bashrc, it stopped working for me unknown reasons (needs some looking into)
48
+ - --verbose now affects the startup banner. Now it is printed only if --verbose is given
16
49
 
17
50
  ## v2-beta-0.6.20.1 - 2025-05-04
18
51