pyreposync 0.2.8__tar.gz → 0.2.9__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyreposync
3
- Version: 0.2.8
3
+ Version: 0.2.9
4
4
  Summary: rpm and deb822 repository sync tool
5
5
  Project-URL: Source, https://github.com/schlitzered/pyreposync
6
6
  Author-email: "Stephan.Schultchen" <sschultchen@gmail.com>
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "pyreposync"
7
- version = "0.2.8"
7
+ version = "0.2.9"
8
8
  requires-python = ">=3.9"
9
9
  authors = [
10
10
  {name = "Stephan.Schultchen", email = "sschultchen@gmail.com"},
@@ -78,7 +78,7 @@ class SyncGeneric:
78
78
  pass
79
79
  os.symlink(current, latest)
80
80
  with open(timestamp, "w") as _timestamp:
81
- _timestamp.write(f"{self.destination}\n")
81
+ _timestamp.write(f"{self.date}\n")
82
82
  self.log.info("done creating snapshot")
83
83
 
84
84
  def snap_cleanup(self):
File without changes
File without changes
File without changes
File without changes
File without changes