psn-monitor 1.5__tar.gz → 1.5.1__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.

Potentially problematic release.


This version of psn-monitor might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psn_monitor
3
- Version: 1.5
3
+ Version: 1.5.1
4
4
  Summary: Tool implementing real-time tracking of Sony PlayStation (PSN) players activities
5
5
  Author-email: Michal Szymanski <misiektoja-pypi@rm-rf.ninja>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: psn_monitor
3
- Version: 1.5
3
+ Version: 1.5.1
4
4
  Summary: Tool implementing real-time tracking of Sony PlayStation (PSN) players activities
5
5
  Author-email: Michal Szymanski <misiektoja-pypi@rm-rf.ninja>
6
6
  License-Expression: GPL-3.0-or-later
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env python3
2
2
  """
3
3
  Author: Michal Szymanski <misiektoja-github@rm-rf.ninja>
4
- v1.5
4
+ v1.5.1
5
5
 
6
6
  Tool implementing real-time tracking of Sony PlayStation (PSN) players activities:
7
7
  https://github.com/misiektoja/psn_monitor/
@@ -16,7 +16,7 @@ tzlocal (optional)
16
16
  python-dotenv (optional)
17
17
  """
18
18
 
19
- VERSION = 1.5
19
+ VERSION = "1.5.1"
20
20
 
21
21
  # ---------------------------
22
22
  # CONFIGURATION SECTION START
@@ -116,7 +116,7 @@ PSN_LOGFILE = "psn_monitor"
116
116
  # Can also be disabled via the -d flag
117
117
  DISABLE_LOGGING = False
118
118
 
119
- # Width of horizontal line (─)
119
+ # Width of horizontal line
120
120
  HORIZONTAL_LINE = 113
121
121
 
122
122
  # Whether to clear the terminal screen after starting the tool
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "psn_monitor"
7
- version = "1.5"
7
+ version = "1.5.1"
8
8
  description = "Tool implementing real-time tracking of Sony PlayStation (PSN) players activities"
9
9
  readme = "README.md"
10
10
  license = "GPL-3.0-or-later"
File without changes
File without changes
File without changes