pyreposync 0.2.10__py3-none-any.whl → 0.2.11__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.
pyreposync/__init__.py CHANGED
@@ -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))
@@ -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>
@@ -1,11 +1,11 @@
1
- pyreposync/__init__.py,sha256=TR7CPJnDaERe_eRUKg8Ol15P_11zcfpL81HIjXqbgPY,17126
1
+ pyreposync/__init__.py,sha256=fHirsBBkEk806RJwVKQZHgujQZRk13YnokX-8rp_QJE,17117
2
2
  pyreposync/downloader.py,sha256=rEv9lOg2X1VwCtADO63-yceZAZCeSJOBIGbyRsEnKQU,5275
3
3
  pyreposync/exceptions.py,sha256=IlnvhNaffQQ6geOgrjCciNFVbFpNcycH4ijSuMTbrGA,169
4
4
  pyreposync/sync_deb822.py,sha256=7Cuzg-1pC8WDiFTxw-qH26VsfzOEY9IxfZztGfLkdKg,10513
5
5
  pyreposync/sync_generic.py,sha256=OdbG9KvyMRrow_9p0MOsz01bkQ7EXbMzfUqkmqhVFZs,5873
6
6
  pyreposync/sync_rpm.py,sha256=qtwRZz8jtbMAlOk9ApUyQRFCb1LSawdMk2hFxz-pkb4,11944
7
- pyreposync-0.2.10.dist-info/METADATA,sha256=1EHtds7Eh8I6kO-fHMxcgF568pVh_IdQ7i-BEyawWxY,1592
8
- pyreposync-0.2.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
- pyreposync-0.2.10.dist-info/entry_points.txt,sha256=9LsBDWOF3O6_3ONP3Lc-4v1MTt5ay0Xv-TMcFbOIt2s,47
10
- pyreposync-0.2.10.dist-info/licenses/LICENSE.txt,sha256=lwnJoIo7uwc0h6y6gC_RYqJkvjplViV3Ad6u7pQM4Bw,1084
11
- pyreposync-0.2.10.dist-info/RECORD,,
7
+ pyreposync-0.2.11.dist-info/METADATA,sha256=AJW7WJwqHBcjWukoSS7QJ8Pgy_cgucQhUOwTmJ21IRE,1592
8
+ pyreposync-0.2.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
9
+ pyreposync-0.2.11.dist-info/entry_points.txt,sha256=9LsBDWOF3O6_3ONP3Lc-4v1MTt5ay0Xv-TMcFbOIt2s,47
10
+ pyreposync-0.2.11.dist-info/licenses/LICENSE.txt,sha256=lwnJoIo7uwc0h6y6gC_RYqJkvjplViV3Ad6u7pQM4Bw,1084
11
+ pyreposync-0.2.11.dist-info/RECORD,,