pacparser 1.5.1.dev8__tar.gz → 1.5.2.dev2__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.1
2
2
  Name: pacparser
3
- Version: 1.5.1.dev8
3
+ Version: 1.5.2.dev2
4
4
  Summary: Pacparser package
5
5
  Home-page: https://github.com/manugarg/pacparser
6
6
  Author: Manu Garg
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pacparser
3
- Version: 1.5.1.dev8
3
+ Version: 1.5.2.dev2
4
4
  Summary: Pacparser package
5
5
  Home-page: https://github.com/manugarg/pacparser
6
6
  Author: Manu Garg
@@ -239,7 +239,7 @@ def main(patched_func):
239
239
 
240
240
  extra_objects = list(found_objects.values())
241
241
 
242
- libraries = []
242
+ libraries = ["pthread"]
243
243
  extra_link_args = []
244
244
 
245
245
  if sys.platform == "win32":
@@ -0,0 +1 @@
1
+ VERSION=1.5.2.dev2
@@ -1 +0,0 @@
1
- VERSION=1.5.1.dev8
File without changes