patchman 3.0.8__tar.gz → 3.0.10__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 (180) hide show
  1. {patchman-3.0.8 → patchman-3.0.10}/PKG-INFO +4 -4
  2. patchman-3.0.10/VERSION.txt +1 -0
  3. {patchman-3.0.8 → patchman-3.0.10}/modules/models.py +1 -1
  4. {patchman-3.0.8 → patchman-3.0.10}/modules/templates/modules/module_table.html +8 -4
  5. {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/PKG-INFO +4 -4
  6. {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/requires.txt +3 -3
  7. {patchman-3.0.8 → patchman-3.0.10}/reports/models.py +5 -2
  8. {patchman-3.0.8 → patchman-3.0.10}/reports/utils.py +2 -2
  9. {patchman-3.0.8 → patchman-3.0.10}/requirements.txt +3 -3
  10. patchman-3.0.8/VERSION.txt +0 -1
  11. {patchman-3.0.8 → patchman-3.0.10}/AUTHORS +0 -0
  12. {patchman-3.0.8 → patchman-3.0.10}/COPYING +0 -0
  13. {patchman-3.0.8 → patchman-3.0.10}/INSTALL.md +0 -0
  14. {patchman-3.0.8 → patchman-3.0.10}/MANIFEST.in +0 -0
  15. {patchman-3.0.8 → patchman-3.0.10}/README.md +0 -0
  16. {patchman-3.0.8 → patchman-3.0.10}/arch/__init__.py +0 -0
  17. {patchman-3.0.8 → patchman-3.0.10}/arch/admin.py +0 -0
  18. {patchman-3.0.8 → patchman-3.0.10}/arch/apps.py +0 -0
  19. {patchman-3.0.8 → patchman-3.0.10}/arch/migrations/0001_initial.py +0 -0
  20. {patchman-3.0.8 → patchman-3.0.10}/arch/migrations/__init__.py +0 -0
  21. {patchman-3.0.8 → patchman-3.0.10}/arch/models.py +0 -0
  22. {patchman-3.0.8 → patchman-3.0.10}/arch/serializers.py +0 -0
  23. {patchman-3.0.8 → patchman-3.0.10}/arch/views.py +0 -0
  24. {patchman-3.0.8 → patchman-3.0.10}/domains/__init__.py +0 -0
  25. {patchman-3.0.8 → patchman-3.0.10}/domains/admin.py +0 -0
  26. {patchman-3.0.8 → patchman-3.0.10}/domains/apps.py +0 -0
  27. {patchman-3.0.8 → patchman-3.0.10}/domains/migrations/0001_initial.py +0 -0
  28. {patchman-3.0.8 → patchman-3.0.10}/domains/migrations/__init__.py +0 -0
  29. {patchman-3.0.8 → patchman-3.0.10}/domains/models.py +0 -0
  30. {patchman-3.0.8 → patchman-3.0.10}/domains/serializers.py +0 -0
  31. {patchman-3.0.8 → patchman-3.0.10}/domains/views.py +0 -0
  32. {patchman-3.0.8 → patchman-3.0.10}/etc/patchman/apache.conf.example +0 -0
  33. {patchman-3.0.8 → patchman-3.0.10}/etc/patchman/local_settings.py +0 -0
  34. {patchman-3.0.8 → patchman-3.0.10}/hosts/__init__.py +0 -0
  35. {patchman-3.0.8 → patchman-3.0.10}/hosts/admin.py +0 -0
  36. {patchman-3.0.8 → patchman-3.0.10}/hosts/apps.py +0 -0
  37. {patchman-3.0.8 → patchman-3.0.10}/hosts/forms.py +0 -0
  38. {patchman-3.0.8 → patchman-3.0.10}/hosts/managers.py +0 -0
  39. {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/0001_initial.py +0 -0
  40. {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/0002_initial.py +0 -0
  41. {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/0003_host_modules.py +0 -0
  42. {patchman-3.0.8 → patchman-3.0.10}/hosts/migrations/__init__.py +0 -0
  43. {patchman-3.0.8 → patchman-3.0.10}/hosts/models.py +0 -0
  44. {patchman-3.0.8 → patchman-3.0.10}/hosts/serializers.py +0 -0
  45. {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_delete.html +0 -0
  46. {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_detail.html +0 -0
  47. {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_edit.html +0 -0
  48. {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_list.html +0 -0
  49. {patchman-3.0.8 → patchman-3.0.10}/hosts/templates/hosts/host_table.html +0 -0
  50. {patchman-3.0.8 → patchman-3.0.10}/hosts/templatetags/__init__.py +0 -0
  51. {patchman-3.0.8 → patchman-3.0.10}/hosts/templatetags/report_alert.py +0 -0
  52. {patchman-3.0.8 → patchman-3.0.10}/hosts/urls.py +0 -0
  53. {patchman-3.0.8 → patchman-3.0.10}/hosts/utils.py +0 -0
  54. {patchman-3.0.8 → patchman-3.0.10}/hosts/views.py +0 -0
  55. {patchman-3.0.8 → patchman-3.0.10}/modules/__init__.py +0 -0
  56. {patchman-3.0.8 → patchman-3.0.10}/modules/admin.py +0 -0
  57. {patchman-3.0.8 → patchman-3.0.10}/modules/apps.py +0 -0
  58. {patchman-3.0.8 → patchman-3.0.10}/modules/managers.py +0 -0
  59. {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/0001_initial.py +0 -0
  60. {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/0002_auto_20240204_2214.py +0 -0
  61. {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/0003_alter_module_options.py +0 -0
  62. {patchman-3.0.8 → patchman-3.0.10}/modules/migrations/__init__.py +0 -0
  63. {patchman-3.0.8 → patchman-3.0.10}/modules/serializers.py +0 -0
  64. {patchman-3.0.8 → patchman-3.0.10}/modules/templates/modules/module_detail.html +0 -0
  65. {patchman-3.0.8 → patchman-3.0.10}/modules/templates/modules/module_list.html +0 -0
  66. {patchman-3.0.8 → patchman-3.0.10}/modules/urls.py +0 -0
  67. {patchman-3.0.8 → patchman-3.0.10}/modules/views.py +0 -0
  68. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/__init__.py +0 -0
  69. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/admin.py +0 -0
  70. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/apps.py +0 -0
  71. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/forms.py +0 -0
  72. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/migrations/0001_initial.py +0 -0
  73. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/migrations/0002_initial.py +0 -0
  74. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/migrations/__init__.py +0 -0
  75. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/models.py +0 -0
  76. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/serializers.py +0 -0
  77. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/operatingsystem_table.html +0 -0
  78. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/operatingsystemgroup_table.html +0 -0
  79. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_delete.html +0 -0
  80. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_detail.html +0 -0
  81. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/os_list.html +0 -0
  82. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_delete.html +0 -0
  83. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_detail.html +0 -0
  84. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/templates/operatingsystems/osgroup_list.html +0 -0
  85. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/urls.py +0 -0
  86. {patchman-3.0.8 → patchman-3.0.10}/operatingsystems/views.py +0 -0
  87. {patchman-3.0.8 → patchman-3.0.10}/packages/__init__.py +0 -0
  88. {patchman-3.0.8 → patchman-3.0.10}/packages/admin.py +0 -0
  89. {patchman-3.0.8 → patchman-3.0.10}/packages/apps.py +0 -0
  90. {patchman-3.0.8 → patchman-3.0.10}/packages/managers.py +0 -0
  91. {patchman-3.0.8 → patchman-3.0.10}/packages/migrations/0001_initial.py +0 -0
  92. {patchman-3.0.8 → patchman-3.0.10}/packages/migrations/__init__.py +0 -0
  93. {patchman-3.0.8 → patchman-3.0.10}/packages/models.py +0 -0
  94. {patchman-3.0.8 → patchman-3.0.10}/packages/serializers.py +0 -0
  95. {patchman-3.0.8 → patchman-3.0.10}/packages/templates/packages/package_detail.html +0 -0
  96. {patchman-3.0.8 → patchman-3.0.10}/packages/templates/packages/package_list.html +0 -0
  97. {patchman-3.0.8 → patchman-3.0.10}/packages/templates/packages/package_table.html +0 -0
  98. {patchman-3.0.8 → patchman-3.0.10}/packages/urls.py +0 -0
  99. {patchman-3.0.8 → patchman-3.0.10}/packages/utils.py +0 -0
  100. {patchman-3.0.8 → patchman-3.0.10}/packages/views.py +0 -0
  101. {patchman-3.0.8 → patchman-3.0.10}/patchman/__init__.py +0 -0
  102. {patchman-3.0.8 → patchman-3.0.10}/patchman/celery.py +0 -0
  103. {patchman-3.0.8 → patchman-3.0.10}/patchman/receivers.py +0 -0
  104. {patchman-3.0.8 → patchman-3.0.10}/patchman/settings.py +0 -0
  105. {patchman-3.0.8 → patchman-3.0.10}/patchman/signals.py +0 -0
  106. {patchman-3.0.8 → patchman-3.0.10}/patchman/static/css/base.css +0 -0
  107. {patchman-3.0.8 → patchman-3.0.10}/patchman/static/img/icon-alert.gif +0 -0
  108. {patchman-3.0.8 → patchman-3.0.10}/patchman/static/img/icon-no.gif +0 -0
  109. {patchman-3.0.8 → patchman-3.0.10}/patchman/static/img/icon-yes.gif +0 -0
  110. {patchman-3.0.8 → patchman-3.0.10}/patchman/static/js/ajax-jquery.js +0 -0
  111. {patchman-3.0.8 → patchman-3.0.10}/patchman/static/js/button-post.js +0 -0
  112. {patchman-3.0.8 → patchman-3.0.10}/patchman/urls.py +0 -0
  113. {patchman-3.0.8 → patchman-3.0.10}/patchman/wsgi.py +0 -0
  114. {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/SOURCES.txt +0 -0
  115. {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/dependency_links.txt +0 -0
  116. {patchman-3.0.8 → patchman-3.0.10}/patchman.egg-info/top_level.txt +0 -0
  117. {patchman-3.0.8 → patchman-3.0.10}/reports/__init__.py +0 -0
  118. {patchman-3.0.8 → patchman-3.0.10}/reports/admin.py +0 -0
  119. {patchman-3.0.8 → patchman-3.0.10}/reports/apps.py +0 -0
  120. {patchman-3.0.8 → patchman-3.0.10}/reports/migrations/0001_initial.py +0 -0
  121. {patchman-3.0.8 → patchman-3.0.10}/reports/migrations/0002_report_modules.py +0 -0
  122. {patchman-3.0.8 → patchman-3.0.10}/reports/migrations/__init__.py +0 -0
  123. {patchman-3.0.8 → patchman-3.0.10}/reports/tasks.py +0 -0
  124. {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report.txt +0 -0
  125. {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_delete.html +0 -0
  126. {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_detail.html +0 -0
  127. {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_list.html +0 -0
  128. {patchman-3.0.8 → patchman-3.0.10}/reports/templates/reports/report_table.html +0 -0
  129. {patchman-3.0.8 → patchman-3.0.10}/reports/urls.py +0 -0
  130. {patchman-3.0.8 → patchman-3.0.10}/reports/views.py +0 -0
  131. {patchman-3.0.8 → patchman-3.0.10}/repos/__init__.py +0 -0
  132. {patchman-3.0.8 → patchman-3.0.10}/repos/admin.py +0 -0
  133. {patchman-3.0.8 → patchman-3.0.10}/repos/apps.py +0 -0
  134. {patchman-3.0.8 → patchman-3.0.10}/repos/forms.py +0 -0
  135. {patchman-3.0.8 → patchman-3.0.10}/repos/managers.py +0 -0
  136. {patchman-3.0.8 → patchman-3.0.10}/repos/migrations/0001_initial.py +0 -0
  137. {patchman-3.0.8 → patchman-3.0.10}/repos/migrations/__init__.py +0 -0
  138. {patchman-3.0.8 → patchman-3.0.10}/repos/models.py +0 -0
  139. {patchman-3.0.8 → patchman-3.0.10}/repos/serializers.py +0 -0
  140. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_delete.html +0 -0
  141. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_detail.html +0 -0
  142. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_edit.html +0 -0
  143. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_edit_repo.html +0 -0
  144. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_list.html +0 -0
  145. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_table.html +0 -0
  146. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/mirror_with_repo_list.html +0 -0
  147. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_delete.html +0 -0
  148. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_detail.html +0 -0
  149. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_edit.html +0 -0
  150. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repo_list.html +0 -0
  151. {patchman-3.0.8 → patchman-3.0.10}/repos/templates/repos/repository_table.html +0 -0
  152. {patchman-3.0.8 → patchman-3.0.10}/repos/templatetags/__init__.py +0 -0
  153. {patchman-3.0.8 → patchman-3.0.10}/repos/templatetags/repo_buttons.py +0 -0
  154. {patchman-3.0.8 → patchman-3.0.10}/repos/urls.py +0 -0
  155. {patchman-3.0.8 → patchman-3.0.10}/repos/utils.py +0 -0
  156. {patchman-3.0.8 → patchman-3.0.10}/repos/views.py +0 -0
  157. {patchman-3.0.8 → patchman-3.0.10}/sbin/patchman +0 -0
  158. {patchman-3.0.8 → patchman-3.0.10}/sbin/patchman-manage +0 -0
  159. {patchman-3.0.8 → patchman-3.0.10}/sbin/patchman-set-secret-key +0 -0
  160. {patchman-3.0.8 → patchman-3.0.10}/scripts/clear-django-logs.py +0 -0
  161. {patchman-3.0.8 → patchman-3.0.10}/scripts/create_graph.sh +0 -0
  162. {patchman-3.0.8 → patchman-3.0.10}/scripts/rpm-install.sh +0 -0
  163. {patchman-3.0.8 → patchman-3.0.10}/scripts/rpm-post-install.sh +0 -0
  164. {patchman-3.0.8 → patchman-3.0.10}/setup.cfg +0 -0
  165. {patchman-3.0.8 → patchman-3.0.10}/setup.py +0 -0
  166. {patchman-3.0.8 → patchman-3.0.10}/util/__init__.py +0 -0
  167. {patchman-3.0.8 → patchman-3.0.10}/util/apps.py +0 -0
  168. {patchman-3.0.8 → patchman-3.0.10}/util/filterspecs.py +0 -0
  169. {patchman-3.0.8 → patchman-3.0.10}/util/templates/404.html +0 -0
  170. {patchman-3.0.8 → patchman-3.0.10}/util/templates/500.html +0 -0
  171. {patchman-3.0.8 → patchman-3.0.10}/util/templates/base.html +0 -0
  172. {patchman-3.0.8 → patchman-3.0.10}/util/templates/dashboard.html +0 -0
  173. {patchman-3.0.8 → patchman-3.0.10}/util/templates/navbar.html +0 -0
  174. {patchman-3.0.8 → patchman-3.0.10}/util/templates/objectlist.html +0 -0
  175. {patchman-3.0.8 → patchman-3.0.10}/util/templates/registration/login.html +0 -0
  176. {patchman-3.0.8 → patchman-3.0.10}/util/templates/searchbar.html +0 -0
  177. {patchman-3.0.8 → patchman-3.0.10}/util/templatetags/__init__.py +0 -0
  178. {patchman-3.0.8 → patchman-3.0.10}/util/templatetags/common.py +0 -0
  179. {patchman-3.0.8 → patchman-3.0.10}/util/urls.py +0 -0
  180. {patchman-3.0.8 → patchman-3.0.10}/util/views.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: patchman
3
- Version: 3.0.8
3
+ Version: 3.0.10
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
@@ -15,17 +15,17 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: COPYING
17
17
  License-File: AUTHORS
18
- Requires-Dist: Django==3.2.23
18
+ Requires-Dist: Django==3.2.25
19
19
  Requires-Dist: django-tagging==0.5.0
20
20
  Requires-Dist: django-extensions==3.2.1
21
21
  Requires-Dist: django-bootstrap3==23.1
22
22
  Requires-Dist: progressbar==2.5
23
23
  Requires-Dist: python-debian==0.1.49
24
- Requires-Dist: lxml==4.9.2
24
+ Requires-Dist: lxml==4.9.4
25
25
  Requires-Dist: defusedxml==0.7.1
26
26
  Requires-Dist: PyYAML==6.0.1
27
27
  Requires-Dist: chardet==4.0.0
28
- Requires-Dist: requests==2.31.0
28
+ Requires-Dist: requests==2.32.3
29
29
  Requires-Dist: colorama==0.4.4
30
30
  Requires-Dist: djangorestframework==3.13.1
31
31
  Requires-Dist: django-filter==21.1
@@ -0,0 +1 @@
1
+ 3.0.10
@@ -39,7 +39,7 @@ class Module(models.Model):
39
39
  ordering = ('name', 'stream',)
40
40
 
41
41
  def __str__(self):
42
- return f'{self.name}-{self.stream}'
42
+ return f'{self.name}-{self.stream}-{self.version}-{self.version}-{self.context}'
43
43
 
44
44
  def get_absolute_url(self):
45
45
  return reverse('modules:module_detail', args=[str(self.id)])
@@ -2,8 +2,10 @@
2
2
  <table class="table table-striped table-bordered table-hover table-condensed table-responsive">
3
3
  <thead>
4
4
  <tr>
5
- <th class="col-sm-auto">Module</th>
6
- <th class="col-sm-auto">ID</th>
5
+ <th class="col-sm-auto">Name</th>
6
+ <th class="col-sm-auto">Stream</th>
7
+ <th class="col-sm-auto">Version</th>
8
+ <th class="col-sm-auto">Context</th>
7
9
  <th class="col-sm-auto">Repo</th>
8
10
  <th class="col-sm-auto">Packages</th>
9
11
  <th class="col-md-auto">Enabled on Hosts</th>
@@ -12,8 +14,10 @@
12
14
  <tbody>
13
15
  {% for module in object_list %}
14
16
  <tr>
15
- <td><a href="{{ module.get_absolute_url }}">{{ module }}</a></td>
16
- <td>{{ module.id }}</td>
17
+ <td><a href="{{ module.get_absolute_url }}">{{ module.name }}</a></td>
18
+ <td>{{ module.stream }}</td>
19
+ <td>{{ module.version }}</td>
20
+ <td>{{ module.context }}</td>
17
21
  <td><a href="{{ module.repo.get_absolute_url }}">{{ module.repo }}</a></td>
18
22
  <td>{{ module.packages.count }}</td>
19
23
  <td>{{ module.host_set.count }}</td>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: patchman
3
- Version: 3.0.8
3
+ Version: 3.0.10
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
@@ -15,17 +15,17 @@ Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
15
15
  Description-Content-Type: text/markdown
16
16
  License-File: COPYING
17
17
  License-File: AUTHORS
18
- Requires-Dist: Django==3.2.23
18
+ Requires-Dist: Django==3.2.25
19
19
  Requires-Dist: django-tagging==0.5.0
20
20
  Requires-Dist: django-extensions==3.2.1
21
21
  Requires-Dist: django-bootstrap3==23.1
22
22
  Requires-Dist: progressbar==2.5
23
23
  Requires-Dist: python-debian==0.1.49
24
- Requires-Dist: lxml==4.9.2
24
+ Requires-Dist: lxml==4.9.4
25
25
  Requires-Dist: defusedxml==0.7.1
26
26
  Requires-Dist: PyYAML==6.0.1
27
27
  Requires-Dist: chardet==4.0.0
28
- Requires-Dist: requests==2.31.0
28
+ Requires-Dist: requests==2.32.3
29
29
  Requires-Dist: colorama==0.4.4
30
30
  Requires-Dist: djangorestframework==3.13.1
31
31
  Requires-Dist: django-filter==21.1
@@ -1,14 +1,14 @@
1
- Django==3.2.23
1
+ Django==3.2.25
2
2
  django-tagging==0.5.0
3
3
  django-extensions==3.2.1
4
4
  django-bootstrap3==23.1
5
5
  progressbar==2.5
6
6
  python-debian==0.1.49
7
- lxml==4.9.2
7
+ lxml==4.9.4
8
8
  defusedxml==0.7.1
9
9
  PyYAML==6.0.1
10
10
  chardet==4.0.0
11
- requests==2.31.0
11
+ requests==2.32.3
12
12
  colorama==0.4.4
13
13
  djangorestframework==3.13.1
14
14
  django-filter==21.1
@@ -86,9 +86,12 @@ class Report(models.Model):
86
86
  'reboot']
87
87
 
88
88
  for attr in attrs:
89
- setattr(self, attr, data.get(attr).strip())
89
+ if data.get(attr):
90
+ setattr(self, attr, data.get(attr))
91
+ else:
92
+ setattr(self, attr, '')
90
93
 
91
- if self.host is not None:
94
+ if self.host:
92
95
  self.host = self.host.lower()
93
96
  fqdn = self.host.split('.', 1)
94
97
  if len(fqdn) == 2:
@@ -315,7 +315,7 @@ def parse_modules(modules_string):
315
315
 
316
316
 
317
317
  def process_module(module_str):
318
- """ Processes a single sanitied module string and converts to a module
318
+ """ Processes a single sanitized module string and converts to a module
319
319
  """
320
320
  m_name = module_str[0]
321
321
  m_stream = module_str[1]
@@ -334,7 +334,7 @@ def process_module(module_str):
334
334
  m_repo = None
335
335
 
336
336
  packages = set()
337
- for pkg_str in module_str[6:-1]:
337
+ for pkg_str in module_str[6:]:
338
338
  p_type = Package.RPM
339
339
  p_name, p_epoch, p_ver, p_rel, p_dist, p_arch = parse_package_string(pkg_str)
340
340
  package = get_or_create_package(p_name, p_epoch, p_ver, p_rel, p_arch, p_type)
@@ -1,14 +1,14 @@
1
- Django==3.2.23
1
+ Django==3.2.25
2
2
  django-tagging==0.5.0
3
3
  django-extensions==3.2.1
4
4
  django-bootstrap3==23.1
5
5
  progressbar==2.5
6
6
  python-debian==0.1.49
7
- lxml==4.9.2
7
+ lxml==4.9.4
8
8
  defusedxml==0.7.1
9
9
  PyYAML==6.0.1
10
10
  chardet==4.0.0
11
- requests==2.31.0
11
+ requests==2.32.3
12
12
  colorama==0.4.4
13
13
  djangorestframework==3.13.1
14
14
  django-filter==21.1
@@ -1 +0,0 @@
1
- 3.0.8
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
File without changes
File without changes
File without changes