maquinaweb-shared-auth 0.1.0__tar.gz → 0.1.2__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 maquinaweb-shared-auth might be problematic. Click here for more details.

Files changed (18) hide show
  1. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/PKG-INFO +2 -2
  2. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/maquinaweb_shared_auth.egg-info/PKG-INFO +2 -2
  3. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/maquinaweb_shared_auth.egg-info/requires.txt +1 -1
  4. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/pyproject.toml +8 -4
  5. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/README.md +0 -0
  6. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/maquinaweb_shared_auth.egg-info/SOURCES.txt +0 -0
  7. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/maquinaweb_shared_auth.egg-info/dependency_links.txt +0 -0
  8. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/maquinaweb_shared_auth.egg-info/top_level.txt +0 -0
  9. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/setup.cfg +0 -0
  10. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/setup.py +0 -0
  11. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/__init__.py +0 -0
  12. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/conf.py +0 -0
  13. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/exceptions.py +0 -0
  14. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/fields.py +0 -0
  15. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/managers.py +0 -0
  16. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/mixins.py +0 -0
  17. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/models.py +0 -0
  18. {maquinaweb_shared_auth-0.1.0 → maquinaweb_shared_auth-0.1.2}/shared_auth/serializers.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maquinaweb-shared-auth
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Models read-only para autenticação compartilhada entre projetos Django.
5
5
  Author-email: Seu Nome <seuemail@dominio.com>
6
6
  License: MIT
@@ -16,7 +16,7 @@ Requires-Python: >=3.8
16
16
  Description-Content-Type: text/markdown
17
17
  Requires-Dist: django>=5
18
18
  Requires-Dist: djangorestframework>=3
19
- Requires-Dist: setuptools>=80
19
+ Requires-Dist: setuptools>=70
20
20
  Dynamic: requires-python
21
21
 
22
22
  # 📚 Guia Completo - Biblioteca Compartilhada de Autenticação
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: maquinaweb-shared-auth
3
- Version: 0.1.0
3
+ Version: 0.1.2
4
4
  Summary: Models read-only para autenticação compartilhada entre projetos Django.
5
5
  Author-email: Seu Nome <seuemail@dominio.com>
6
6
  License: MIT
@@ -16,7 +16,7 @@ Requires-Python: >=3.8
16
16
  Description-Content-Type: text/markdown
17
17
  Requires-Dist: django>=5
18
18
  Requires-Dist: djangorestframework>=3
19
- Requires-Dist: setuptools>=80
19
+ Requires-Dist: setuptools>=70
20
20
  Dynamic: requires-python
21
21
 
22
22
  # 📚 Guia Completo - Biblioteca Compartilhada de Autenticação
@@ -1,3 +1,3 @@
1
1
  django>=5
2
2
  djangorestframework>=3
3
- setuptools>=80
3
+ setuptools>=70
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "maquinaweb-shared-auth"
7
- version = "0.1.0"
7
+ version = "0.1.2"
8
8
  description = "Models read-only para autenticação compartilhada entre projetos Django."
9
9
  readme = "README.md"
10
- requires-python = ">=3.9"
10
+ requires-python = ">=3.13"
11
11
  license = {text = "MIT"}
12
12
  authors = [
13
13
  { name="Seu Nome", email="seuemail@dominio.com" },
@@ -23,10 +23,14 @@ classifiers = [
23
23
  dependencies = [
24
24
  "django>=5",
25
25
  "djangorestframework>=3",
26
- "setuptools>=80",
26
+ "setuptools>=70",
27
27
  ]
28
28
 
29
29
  [project.urls]
30
30
  Homepage = "https://github.com/maquinaweb/maquinaweb-shared-auth"
31
31
  Repository = "https://github.com/maquinaweb/maquinaweb-shared-auth"
32
- Issues = "https://github.com/maquinaweb/maquinaweb-shared-auth/issues"
32
+ Issues = "https://github.com/maquinaweb/maquinaweb-shared-auth/issues"
33
+
34
+ [pypi]
35
+ username = "_token_"
36
+ password = "pypi-AgEIcHlwaS5vcmcCJGM4ZmEzMGRiLTM4YjEtNGI5MS1iYWIyLTZjMGQyMzg0MDMxYgACKlszLCJhMTJiZjkzYy1mNDFkLTRhZDYtYjRlZS04YTkyN2VkZjNmMWMiXQAABiD1CfDzVBuqdawZozNrZo1uBw7aHrZ-FIgGz9DacY8dGQ"