pyreposync 0.2.10__tar.gz → 0.2.11__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.10
3
+ Version: 0.2.11
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.10"
7
+ version = "0.2.11"
8
8
  requires-python = ">=3.9"
9
9
  authors = [
10
10
  {name = "Stephan.Schultchen", email = "sschultchen@gmail.com"},
@@ -320,7 +320,7 @@ class PyRepoSync:
320
320
 
321
321
  def work(self):
322
322
  self.log.info("starting up")
323
- date = datetime.datetime.now(datetime.UTC).strftime("%Y%m%d%H%M%S")
323
+ date = datetime.datetime.utcnow().strftime("%Y%m%d%H%M%S")
324
324
  queue = collections.deque()
325
325
  for section in self.get_sections():
326
326
  queue.append(self.get_job(date=date, section=section))
File without changes
File without changes
File without changes
File without changes