morango 0.6.19__tar.gz → 0.7.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 morango might be problematic. Click here for more details.

Files changed (92) hide show
  1. {morango-0.6.19 → morango-0.7.1}/CHANGELOG.md +5 -0
  2. {morango-0.6.19 → morango-0.7.1}/PKG-INFO +6 -3
  3. {morango-0.6.19 → morango-0.7.1}/morango/__init__.py +1 -1
  4. {morango-0.6.19 → morango-0.7.1}/morango.egg-info/PKG-INFO +6 -3
  5. morango-0.7.1/requirements/accelerated.txt +2 -0
  6. morango-0.7.1/requirements/postgres.txt +2 -0
  7. {morango-0.6.19 → morango-0.7.1}/setup.py +8 -3
  8. morango-0.6.19/requirements/accelerated.txt +0 -2
  9. morango-0.6.19/requirements/postgres.txt +0 -2
  10. {morango-0.6.19 → morango-0.7.1}/AUTHORS.md +0 -0
  11. {morango-0.6.19 → morango-0.7.1}/LICENSE +0 -0
  12. {morango-0.6.19 → morango-0.7.1}/MANIFEST.in +0 -0
  13. {morango-0.6.19 → morango-0.7.1}/README.md +0 -0
  14. {morango-0.6.19 → morango-0.7.1}/morango/api/__init__.py +0 -0
  15. {morango-0.6.19 → morango-0.7.1}/morango/api/fields.py +0 -0
  16. {morango-0.6.19 → morango-0.7.1}/morango/api/parsers.py +0 -0
  17. {morango-0.6.19 → morango-0.7.1}/morango/api/permissions.py +0 -0
  18. {morango-0.6.19 → morango-0.7.1}/morango/api/serializers.py +0 -0
  19. {morango-0.6.19 → morango-0.7.1}/morango/api/urls.py +0 -0
  20. {morango-0.6.19 → morango-0.7.1}/morango/api/viewsets.py +0 -0
  21. {morango-0.6.19 → morango-0.7.1}/morango/apps.py +0 -0
  22. {morango-0.6.19 → morango-0.7.1}/morango/constants/__init__.py +0 -0
  23. {morango-0.6.19 → morango-0.7.1}/morango/constants/api_urls.py +0 -0
  24. {morango-0.6.19 → morango-0.7.1}/morango/constants/capabilities.py +0 -0
  25. {morango-0.6.19 → morango-0.7.1}/morango/constants/settings.py +0 -0
  26. {morango-0.6.19 → morango-0.7.1}/morango/constants/transfer_stages.py +0 -0
  27. {morango-0.6.19 → morango-0.7.1}/morango/constants/transfer_statuses.py +0 -0
  28. {morango-0.6.19 → morango-0.7.1}/morango/errors.py +0 -0
  29. {morango-0.6.19 → morango-0.7.1}/morango/management/__init__.py +0 -0
  30. {morango-0.6.19 → morango-0.7.1}/morango/management/commands/__init__.py +0 -0
  31. {morango-0.6.19 → morango-0.7.1}/morango/management/commands/cleanupsyncs.py +0 -0
  32. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0001_initial.py +0 -0
  33. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0002_auto_20170511_0400.py +0 -0
  34. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0003_auto_20170519_0543.py +0 -0
  35. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0004_auto_20170520_2112.py +0 -0
  36. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0005_auto_20170629_2139.py +0 -0
  37. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0006_instanceidmodel_system_id.py +0 -0
  38. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0007_auto_20171018_1615.py +0 -0
  39. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0008_auto_20171114_2217.py +0 -0
  40. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0009_auto_20171205_0252.py +0 -0
  41. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0010_auto_20171206_1615.py +0 -0
  42. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0011_sharedkey.py +0 -0
  43. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0012_auto_20180927_1658.py +0 -0
  44. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0013_auto_20190627_1513.py +0 -0
  45. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0014_syncsession_extra_fields.py +0 -0
  46. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0015_auto_20200508_2104.py +0 -0
  47. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0016_store_deserialization_error.py +0 -0
  48. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0017_store_last_transfer_session_id.py +0 -0
  49. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0018_auto_20210714_2216.py +0 -0
  50. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0019_auto_20220113_1807.py +0 -0
  51. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0020_postgres_fix_nullable.py +0 -0
  52. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0021_store_partition_index_create.py +0 -0
  53. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0022_rename_instance_fields.py +0 -0
  54. {morango-0.6.19 → morango-0.7.1}/morango/migrations/0023_add_instance_id_fields.py +0 -0
  55. {morango-0.6.19 → morango-0.7.1}/morango/migrations/__init__.py +0 -0
  56. {morango-0.6.19 → morango-0.7.1}/morango/models/__init__.py +0 -0
  57. {morango-0.6.19 → morango-0.7.1}/morango/models/certificates.py +0 -0
  58. {morango-0.6.19 → morango-0.7.1}/morango/models/core.py +0 -0
  59. {morango-0.6.19 → morango-0.7.1}/morango/models/fields/__init__.py +0 -0
  60. {morango-0.6.19 → morango-0.7.1}/morango/models/fields/crypto.py +0 -0
  61. {morango-0.6.19 → morango-0.7.1}/morango/models/fields/uuids.py +0 -0
  62. {morango-0.6.19 → morango-0.7.1}/morango/models/fsic_utils.py +0 -0
  63. {morango-0.6.19 → morango-0.7.1}/morango/models/manager.py +0 -0
  64. {morango-0.6.19 → morango-0.7.1}/morango/models/morango_mptt.py +0 -0
  65. {morango-0.6.19 → morango-0.7.1}/morango/models/query.py +0 -0
  66. {morango-0.6.19 → morango-0.7.1}/morango/models/signals.py +0 -0
  67. {morango-0.6.19 → morango-0.7.1}/morango/models/utils.py +0 -0
  68. {morango-0.6.19 → morango-0.7.1}/morango/proquint.py +0 -0
  69. {morango-0.6.19 → morango-0.7.1}/morango/registry.py +0 -0
  70. {morango-0.6.19 → morango-0.7.1}/morango/sync/__init__.py +0 -0
  71. {morango-0.6.19 → morango-0.7.1}/morango/sync/backends/__init__.py +0 -0
  72. {morango-0.6.19 → morango-0.7.1}/morango/sync/backends/base.py +0 -0
  73. {morango-0.6.19 → morango-0.7.1}/morango/sync/backends/postgres.py +0 -0
  74. {morango-0.6.19 → morango-0.7.1}/morango/sync/backends/sqlite.py +0 -0
  75. {morango-0.6.19 → morango-0.7.1}/morango/sync/backends/utils.py +0 -0
  76. {morango-0.6.19 → morango-0.7.1}/morango/sync/context.py +0 -0
  77. {morango-0.6.19 → morango-0.7.1}/morango/sync/controller.py +0 -0
  78. {morango-0.6.19 → morango-0.7.1}/morango/sync/operations.py +0 -0
  79. {morango-0.6.19 → morango-0.7.1}/morango/sync/session.py +0 -0
  80. {morango-0.6.19 → morango-0.7.1}/morango/sync/syncsession.py +0 -0
  81. {morango-0.6.19 → morango-0.7.1}/morango/sync/utils.py +0 -0
  82. {morango-0.6.19 → morango-0.7.1}/morango/urls.py +0 -0
  83. {morango-0.6.19 → morango-0.7.1}/morango/utils.py +0 -0
  84. {morango-0.6.19 → morango-0.7.1}/morango.egg-info/SOURCES.txt +0 -0
  85. {morango-0.6.19 → morango-0.7.1}/morango.egg-info/dependency_links.txt +0 -0
  86. {morango-0.6.19 → morango-0.7.1}/morango.egg-info/not-zip-safe +0 -0
  87. {morango-0.6.19 → morango-0.7.1}/morango.egg-info/requires.txt +0 -0
  88. {morango-0.6.19 → morango-0.7.1}/morango.egg-info/top_level.txt +0 -0
  89. {morango-0.6.19 → morango-0.7.1}/requirements/dev.txt +0 -0
  90. {morango-0.6.19 → morango-0.7.1}/requirements/docs.txt +0 -0
  91. {morango-0.6.19 → morango-0.7.1}/requirements/test.txt +0 -0
  92. {morango-0.6.19 → morango-0.7.1}/setup.cfg +0 -0
@@ -2,6 +2,11 @@
2
2
 
3
3
  List of the most important changes for each release.
4
4
 
5
+ ## 0.7.1
6
+ - Supersedes 0.7.0
7
+ - Drops support for Python 3.4 and 3.5
8
+ - Upgrades cryptography library to 3.3.2, the latest version that supports Python 2.7
9
+
5
10
  ## 0.6.19
6
11
  - The `cleanupsyncs` management command now only cleans up sync sessions if also inactive for `expiration` amount of time
7
12
  - Fixes issue accessing index on queryset in `cleanupsyncs` management command
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: morango
3
- Version: 0.6.19
3
+ Version: 0.7.1
4
4
  Summary: Pure Python sqlite-based Django DB replication engine.
5
5
  Home-page: https://github.com/learningequality/morango
6
6
  Author: Learning Equality
@@ -13,9 +13,12 @@ Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Natural Language :: English
14
14
  Classifier: Development Status :: 4 - Beta
15
15
  Classifier: Programming Language :: Python :: 2.7
16
- Classifier: Programming Language :: Python :: 3.4
17
- Classifier: Programming Language :: Python :: 3.5
18
16
  Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
19
22
  Description-Content-Type: text/markdown
20
23
  License-File: LICENSE
21
24
  License-File: AUTHORS.md
@@ -3,4 +3,4 @@ from __future__ import print_function
3
3
  from __future__ import unicode_literals
4
4
 
5
5
  default_app_config = "morango.apps.MorangoConfig"
6
- __version__ = "0.6.19"
6
+ __version__ = "0.7.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: morango
3
- Version: 0.6.19
3
+ Version: 0.7.1
4
4
  Summary: Pure Python sqlite-based Django DB replication engine.
5
5
  Home-page: https://github.com/learningequality/morango
6
6
  Author: Learning Equality
@@ -13,9 +13,12 @@ Classifier: License :: OSI Approved :: MIT License
13
13
  Classifier: Natural Language :: English
14
14
  Classifier: Development Status :: 4 - Beta
15
15
  Classifier: Programming Language :: Python :: 2.7
16
- Classifier: Programming Language :: Python :: 3.4
17
- Classifier: Programming Language :: Python :: 3.5
18
16
  Classifier: Programming Language :: Python :: 3.6
17
+ Classifier: Programming Language :: Python :: 3.7
18
+ Classifier: Programming Language :: Python :: 3.8
19
+ Classifier: Programming Language :: Python :: 3.9
20
+ Classifier: Programming Language :: Python :: 3.10
21
+ Classifier: Programming Language :: Python :: 3.11
19
22
  Description-Content-Type: text/markdown
20
23
  License-File: LICENSE
21
24
  License-File: AUTHORS.md
@@ -0,0 +1,2 @@
1
+ M2Crypto==0.37.1
2
+ cryptography==3.3.2
@@ -0,0 +1,2 @@
1
+ psycopg2-binary==2.8.6
2
+ cryptography==3.3.2
@@ -5,7 +5,9 @@ from __future__ import print_function
5
5
  from __future__ import unicode_literals
6
6
 
7
7
  import io
8
- from setuptools import find_packages, setup
8
+
9
+ from setuptools import find_packages
10
+ from setuptools import setup
9
11
 
10
12
  import morango
11
13
 
@@ -43,8 +45,11 @@ setup(
43
45
  'Natural Language :: English',
44
46
  'Development Status :: 4 - Beta',
45
47
  'Programming Language :: Python :: 2.7',
46
- 'Programming Language :: Python :: 3.4',
47
- 'Programming Language :: Python :: 3.5',
48
48
  'Programming Language :: Python :: 3.6',
49
+ 'Programming Language :: Python :: 3.7',
50
+ 'Programming Language :: Python :: 3.8',
51
+ 'Programming Language :: Python :: 3.9',
52
+ 'Programming Language :: Python :: 3.10',
53
+ 'Programming Language :: Python :: 3.11',
49
54
  ],
50
55
  )
@@ -1,2 +0,0 @@
1
- M2Crypto==0.37.1
2
- cryptography==2.3.1
@@ -1,2 +0,0 @@
1
- psycopg2==2.7.4
2
- cryptography==2.3
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