patchman 3.0.17__tar.gz → 3.0.19__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.
Files changed (182) hide show
  1. {patchman-3.0.17 → patchman-3.0.19}/PKG-INFO +1 -1
  2. patchman-3.0.19/VERSION.txt +1 -0
  3. {patchman-3.0.17 → patchman-3.0.19}/patchman.egg-info/PKG-INFO +1 -1
  4. {patchman-3.0.17 → patchman-3.0.19}/repos/utils.py +1 -1
  5. patchman-3.0.17/VERSION.txt +0 -1
  6. {patchman-3.0.17 → patchman-3.0.19}/AUTHORS +0 -0
  7. {patchman-3.0.17 → patchman-3.0.19}/COPYING +0 -0
  8. {patchman-3.0.17 → patchman-3.0.19}/INSTALL.md +0 -0
  9. {patchman-3.0.17 → patchman-3.0.19}/MANIFEST.in +0 -0
  10. {patchman-3.0.17 → patchman-3.0.19}/README.md +0 -0
  11. {patchman-3.0.17 → patchman-3.0.19}/arch/__init__.py +0 -0
  12. {patchman-3.0.17 → patchman-3.0.19}/arch/admin.py +0 -0
  13. {patchman-3.0.17 → patchman-3.0.19}/arch/apps.py +0 -0
  14. {patchman-3.0.17 → patchman-3.0.19}/arch/migrations/0001_initial.py +0 -0
  15. {patchman-3.0.17 → patchman-3.0.19}/arch/migrations/__init__.py +0 -0
  16. {patchman-3.0.17 → patchman-3.0.19}/arch/models.py +0 -0
  17. {patchman-3.0.17 → patchman-3.0.19}/arch/serializers.py +0 -0
  18. {patchman-3.0.17 → patchman-3.0.19}/arch/views.py +0 -0
  19. {patchman-3.0.17 → patchman-3.0.19}/domains/__init__.py +0 -0
  20. {patchman-3.0.17 → patchman-3.0.19}/domains/admin.py +0 -0
  21. {patchman-3.0.17 → patchman-3.0.19}/domains/apps.py +0 -0
  22. {patchman-3.0.17 → patchman-3.0.19}/domains/migrations/0001_initial.py +0 -0
  23. {patchman-3.0.17 → patchman-3.0.19}/domains/migrations/__init__.py +0 -0
  24. {patchman-3.0.17 → patchman-3.0.19}/domains/models.py +0 -0
  25. {patchman-3.0.17 → patchman-3.0.19}/domains/serializers.py +0 -0
  26. {patchman-3.0.17 → patchman-3.0.19}/domains/views.py +0 -0
  27. {patchman-3.0.17 → patchman-3.0.19}/etc/patchman/apache.conf.example +0 -0
  28. {patchman-3.0.17 → patchman-3.0.19}/etc/patchman/local_settings.py +0 -0
  29. {patchman-3.0.17 → patchman-3.0.19}/hosts/__init__.py +0 -0
  30. {patchman-3.0.17 → patchman-3.0.19}/hosts/admin.py +0 -0
  31. {patchman-3.0.17 → patchman-3.0.19}/hosts/apps.py +0 -0
  32. {patchman-3.0.17 → patchman-3.0.19}/hosts/forms.py +0 -0
  33. {patchman-3.0.17 → patchman-3.0.19}/hosts/managers.py +0 -0
  34. {patchman-3.0.17 → patchman-3.0.19}/hosts/migrations/0001_initial.py +0 -0
  35. {patchman-3.0.17 → patchman-3.0.19}/hosts/migrations/0002_initial.py +0 -0
  36. {patchman-3.0.17 → patchman-3.0.19}/hosts/migrations/0003_host_modules.py +0 -0
  37. {patchman-3.0.17 → patchman-3.0.19}/hosts/migrations/__init__.py +0 -0
  38. {patchman-3.0.17 → patchman-3.0.19}/hosts/models.py +0 -0
  39. {patchman-3.0.17 → patchman-3.0.19}/hosts/serializers.py +0 -0
  40. {patchman-3.0.17 → patchman-3.0.19}/hosts/templates/hosts/host_delete.html +0 -0
  41. {patchman-3.0.17 → patchman-3.0.19}/hosts/templates/hosts/host_detail.html +0 -0
  42. {patchman-3.0.17 → patchman-3.0.19}/hosts/templates/hosts/host_edit.html +0 -0
  43. {patchman-3.0.17 → patchman-3.0.19}/hosts/templates/hosts/host_list.html +0 -0
  44. {patchman-3.0.17 → patchman-3.0.19}/hosts/templates/hosts/host_table.html +0 -0
  45. {patchman-3.0.17 → patchman-3.0.19}/hosts/templatetags/__init__.py +0 -0
  46. {patchman-3.0.17 → patchman-3.0.19}/hosts/templatetags/report_alert.py +0 -0
  47. {patchman-3.0.17 → patchman-3.0.19}/hosts/urls.py +0 -0
  48. {patchman-3.0.17 → patchman-3.0.19}/hosts/utils.py +0 -0
  49. {patchman-3.0.17 → patchman-3.0.19}/hosts/views.py +0 -0
  50. {patchman-3.0.17 → patchman-3.0.19}/modules/__init__.py +0 -0
  51. {patchman-3.0.17 → patchman-3.0.19}/modules/admin.py +0 -0
  52. {patchman-3.0.17 → patchman-3.0.19}/modules/apps.py +0 -0
  53. {patchman-3.0.17 → patchman-3.0.19}/modules/managers.py +0 -0
  54. {patchman-3.0.17 → patchman-3.0.19}/modules/migrations/0001_initial.py +0 -0
  55. {patchman-3.0.17 → patchman-3.0.19}/modules/migrations/0002_auto_20240204_2214.py +0 -0
  56. {patchman-3.0.17 → patchman-3.0.19}/modules/migrations/0003_alter_module_options.py +0 -0
  57. {patchman-3.0.17 → patchman-3.0.19}/modules/migrations/__init__.py +0 -0
  58. {patchman-3.0.17 → patchman-3.0.19}/modules/models.py +0 -0
  59. {patchman-3.0.17 → patchman-3.0.19}/modules/serializers.py +0 -0
  60. {patchman-3.0.17 → patchman-3.0.19}/modules/templates/modules/module_detail.html +0 -0
  61. {patchman-3.0.17 → patchman-3.0.19}/modules/templates/modules/module_list.html +0 -0
  62. {patchman-3.0.17 → patchman-3.0.19}/modules/templates/modules/module_table.html +0 -0
  63. {patchman-3.0.17 → patchman-3.0.19}/modules/urls.py +0 -0
  64. {patchman-3.0.17 → patchman-3.0.19}/modules/utils.py +0 -0
  65. {patchman-3.0.17 → patchman-3.0.19}/modules/views.py +0 -0
  66. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/__init__.py +0 -0
  67. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/admin.py +0 -0
  68. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/apps.py +0 -0
  69. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/forms.py +0 -0
  70. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/migrations/0001_initial.py +0 -0
  71. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/migrations/0002_initial.py +0 -0
  72. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/migrations/0003_os_arch.py +0 -0
  73. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/migrations/__init__.py +0 -0
  74. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/models.py +0 -0
  75. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/serializers.py +0 -0
  76. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/operatingsystem_table.html +0 -0
  77. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/operatingsystemgroup_table.html +0 -0
  78. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/os_delete.html +0 -0
  79. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/os_detail.html +0 -0
  80. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/os_list.html +0 -0
  81. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/osgroup_delete.html +0 -0
  82. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/osgroup_detail.html +0 -0
  83. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/templates/operatingsystems/osgroup_list.html +0 -0
  84. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/urls.py +0 -0
  85. {patchman-3.0.17 → patchman-3.0.19}/operatingsystems/views.py +0 -0
  86. {patchman-3.0.17 → patchman-3.0.19}/packages/__init__.py +0 -0
  87. {patchman-3.0.17 → patchman-3.0.19}/packages/admin.py +0 -0
  88. {patchman-3.0.17 → patchman-3.0.19}/packages/apps.py +0 -0
  89. {patchman-3.0.17 → patchman-3.0.19}/packages/managers.py +0 -0
  90. {patchman-3.0.17 → patchman-3.0.19}/packages/migrations/0001_initial.py +0 -0
  91. {patchman-3.0.17 → patchman-3.0.19}/packages/migrations/__init__.py +0 -0
  92. {patchman-3.0.17 → patchman-3.0.19}/packages/models.py +0 -0
  93. {patchman-3.0.17 → patchman-3.0.19}/packages/serializers.py +0 -0
  94. {patchman-3.0.17 → patchman-3.0.19}/packages/templates/packages/package_detail.html +0 -0
  95. {patchman-3.0.17 → patchman-3.0.19}/packages/templates/packages/package_list.html +0 -0
  96. {patchman-3.0.17 → patchman-3.0.19}/packages/templates/packages/package_table.html +0 -0
  97. {patchman-3.0.17 → patchman-3.0.19}/packages/urls.py +0 -0
  98. {patchman-3.0.17 → patchman-3.0.19}/packages/utils.py +0 -0
  99. {patchman-3.0.17 → patchman-3.0.19}/packages/views.py +0 -0
  100. {patchman-3.0.17 → patchman-3.0.19}/patchman/__init__.py +0 -0
  101. {patchman-3.0.17 → patchman-3.0.19}/patchman/celery.py +0 -0
  102. {patchman-3.0.17 → patchman-3.0.19}/patchman/receivers.py +0 -0
  103. {patchman-3.0.17 → patchman-3.0.19}/patchman/settings.py +0 -0
  104. {patchman-3.0.17 → patchman-3.0.19}/patchman/signals.py +0 -0
  105. {patchman-3.0.17 → patchman-3.0.19}/patchman/static/css/base.css +0 -0
  106. {patchman-3.0.17 → patchman-3.0.19}/patchman/static/img/icon-alert.gif +0 -0
  107. {patchman-3.0.17 → patchman-3.0.19}/patchman/static/img/icon-no.gif +0 -0
  108. {patchman-3.0.17 → patchman-3.0.19}/patchman/static/img/icon-yes.gif +0 -0
  109. {patchman-3.0.17 → patchman-3.0.19}/patchman/static/js/ajax-jquery.js +0 -0
  110. {patchman-3.0.17 → patchman-3.0.19}/patchman/static/js/button-post.js +0 -0
  111. {patchman-3.0.17 → patchman-3.0.19}/patchman/urls.py +0 -0
  112. {patchman-3.0.17 → patchman-3.0.19}/patchman/wsgi.py +0 -0
  113. {patchman-3.0.17 → patchman-3.0.19}/patchman.egg-info/SOURCES.txt +0 -0
  114. {patchman-3.0.17 → patchman-3.0.19}/patchman.egg-info/dependency_links.txt +0 -0
  115. {patchman-3.0.17 → patchman-3.0.19}/patchman.egg-info/requires.txt +0 -0
  116. {patchman-3.0.17 → patchman-3.0.19}/patchman.egg-info/top_level.txt +0 -0
  117. {patchman-3.0.17 → patchman-3.0.19}/reports/__init__.py +0 -0
  118. {patchman-3.0.17 → patchman-3.0.19}/reports/admin.py +0 -0
  119. {patchman-3.0.17 → patchman-3.0.19}/reports/apps.py +0 -0
  120. {patchman-3.0.17 → patchman-3.0.19}/reports/migrations/0001_initial.py +0 -0
  121. {patchman-3.0.17 → patchman-3.0.19}/reports/migrations/0002_report_modules.py +0 -0
  122. {patchman-3.0.17 → patchman-3.0.19}/reports/migrations/__init__.py +0 -0
  123. {patchman-3.0.17 → patchman-3.0.19}/reports/models.py +0 -0
  124. {patchman-3.0.17 → patchman-3.0.19}/reports/tasks.py +0 -0
  125. {patchman-3.0.17 → patchman-3.0.19}/reports/templates/reports/report.txt +0 -0
  126. {patchman-3.0.17 → patchman-3.0.19}/reports/templates/reports/report_delete.html +0 -0
  127. {patchman-3.0.17 → patchman-3.0.19}/reports/templates/reports/report_detail.html +0 -0
  128. {patchman-3.0.17 → patchman-3.0.19}/reports/templates/reports/report_list.html +0 -0
  129. {patchman-3.0.17 → patchman-3.0.19}/reports/templates/reports/report_table.html +0 -0
  130. {patchman-3.0.17 → patchman-3.0.19}/reports/urls.py +0 -0
  131. {patchman-3.0.17 → patchman-3.0.19}/reports/utils.py +0 -0
  132. {patchman-3.0.17 → patchman-3.0.19}/reports/views.py +0 -0
  133. {patchman-3.0.17 → patchman-3.0.19}/repos/__init__.py +0 -0
  134. {patchman-3.0.17 → patchman-3.0.19}/repos/admin.py +0 -0
  135. {patchman-3.0.17 → patchman-3.0.19}/repos/apps.py +0 -0
  136. {patchman-3.0.17 → patchman-3.0.19}/repos/forms.py +0 -0
  137. {patchman-3.0.17 → patchman-3.0.19}/repos/managers.py +0 -0
  138. {patchman-3.0.17 → patchman-3.0.19}/repos/migrations/0001_initial.py +0 -0
  139. {patchman-3.0.17 → patchman-3.0.19}/repos/migrations/__init__.py +0 -0
  140. {patchman-3.0.17 → patchman-3.0.19}/repos/models.py +0 -0
  141. {patchman-3.0.17 → patchman-3.0.19}/repos/serializers.py +0 -0
  142. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_delete.html +0 -0
  143. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_detail.html +0 -0
  144. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_edit.html +0 -0
  145. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_edit_repo.html +0 -0
  146. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_list.html +0 -0
  147. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_table.html +0 -0
  148. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/mirror_with_repo_list.html +0 -0
  149. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/repo_delete.html +0 -0
  150. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/repo_detail.html +0 -0
  151. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/repo_edit.html +0 -0
  152. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/repo_list.html +0 -0
  153. {patchman-3.0.17 → patchman-3.0.19}/repos/templates/repos/repository_table.html +0 -0
  154. {patchman-3.0.17 → patchman-3.0.19}/repos/templatetags/__init__.py +0 -0
  155. {patchman-3.0.17 → patchman-3.0.19}/repos/templatetags/repo_buttons.py +0 -0
  156. {patchman-3.0.17 → patchman-3.0.19}/repos/urls.py +0 -0
  157. {patchman-3.0.17 → patchman-3.0.19}/repos/views.py +0 -0
  158. {patchman-3.0.17 → patchman-3.0.19}/requirements.txt +0 -0
  159. {patchman-3.0.17 → patchman-3.0.19}/sbin/patchman +0 -0
  160. {patchman-3.0.17 → patchman-3.0.19}/sbin/patchman-manage +0 -0
  161. {patchman-3.0.17 → patchman-3.0.19}/sbin/patchman-set-secret-key +0 -0
  162. {patchman-3.0.17 → patchman-3.0.19}/scripts/clear-django-logs.py +0 -0
  163. {patchman-3.0.17 → patchman-3.0.19}/scripts/create_graph.sh +0 -0
  164. {patchman-3.0.17 → patchman-3.0.19}/scripts/rpm-install.sh +0 -0
  165. {patchman-3.0.17 → patchman-3.0.19}/scripts/rpm-post-install.sh +0 -0
  166. {patchman-3.0.17 → patchman-3.0.19}/setup.cfg +0 -0
  167. {patchman-3.0.17 → patchman-3.0.19}/setup.py +0 -0
  168. {patchman-3.0.17 → patchman-3.0.19}/util/__init__.py +0 -0
  169. {patchman-3.0.17 → patchman-3.0.19}/util/apps.py +0 -0
  170. {patchman-3.0.17 → patchman-3.0.19}/util/filterspecs.py +0 -0
  171. {patchman-3.0.17 → patchman-3.0.19}/util/templates/404.html +0 -0
  172. {patchman-3.0.17 → patchman-3.0.19}/util/templates/500.html +0 -0
  173. {patchman-3.0.17 → patchman-3.0.19}/util/templates/base.html +0 -0
  174. {patchman-3.0.17 → patchman-3.0.19}/util/templates/dashboard.html +0 -0
  175. {patchman-3.0.17 → patchman-3.0.19}/util/templates/navbar.html +0 -0
  176. {patchman-3.0.17 → patchman-3.0.19}/util/templates/objectlist.html +0 -0
  177. {patchman-3.0.17 → patchman-3.0.19}/util/templates/registration/login.html +0 -0
  178. {patchman-3.0.17 → patchman-3.0.19}/util/templates/searchbar.html +0 -0
  179. {patchman-3.0.17 → patchman-3.0.19}/util/templatetags/__init__.py +0 -0
  180. {patchman-3.0.17 → patchman-3.0.19}/util/templatetags/common.py +0 -0
  181. {patchman-3.0.17 → patchman-3.0.19}/util/urls.py +0 -0
  182. {patchman-3.0.17 → patchman-3.0.19}/util/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: patchman
3
- Version: 3.0.17
3
+ Version: 3.0.19
4
4
  Summary: Django based patch status monitoring tool for linux systems
5
5
  Home-page: http://patchman.openbytes.ie/
6
6
  Author: Marcus Furlong
@@ -0,0 +1 @@
1
+ 3.0.19
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: patchman
3
- Version: 3.0.17
3
+ Version: 3.0.19
4
4
  Summary: Django based patch status monitoring tool for linux systems
5
5
  Home-page: http://patchman.openbytes.ie/
6
6
  Author: Marcus Furlong
@@ -226,7 +226,7 @@ def get_mirrorlist_urls(url):
226
226
  data = download_url(res, 'Downloading repo info:')
227
227
  if data is None:
228
228
  return
229
- mirror_urls = re.findall('^http://.*$|^ftp://.*$',
229
+ mirror_urls = re.findall('^http[s]*://.*$|^ftp://.*$',
230
230
  data.decode('utf-8'), re.MULTILINE)
231
231
  if mirror_urls:
232
232
  return mirror_urls
@@ -1 +0,0 @@
1
- 3.0.17
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes