From 373cb94862cfa5be5b54dc82e29d874dade82006 Mon Sep 17 00:00:00 2001 From: turulomio Date: Sun, 26 Nov 2023 17:55:02 +0100 Subject: [PATCH] pydicts-0.8.0 --- README.md | 4 ++++ pydicts.epj | 7 ++++++- pydicts/__init__.py | 4 ++-- pydicts/locale/es.po | 18 +++++++++++++++--- pydicts/locale/es/LC_MESSAGES/pydicts.mo | Bin 513 -> 422 bytes pydicts/locale/pydicts.pot | 14 +++++++++++--- pyproject.toml | 2 +- 7 files changed, 39 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f7a7109..fabe2f9 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,10 @@ poetry run pytest ## CHANGELOG +## 0.8.0 (2023-11-26) +- Migrating casts and datetime_functions to pydicts.casts. Utils to make casting easy +- Create lol (List of lists) module + ### 0.7.0 (2023-11-04) - Improved documentation - Removed duplicated lod_min and lod_max methods diff --git a/pydicts.epj b/pydicts.epj index 4fd9e14..e0353b0 100644 --- a/pydicts.epj +++ b/pydicts.epj @@ -2,7 +2,7 @@ "header": { "comment": "eric project file for project pydicts", "copyright": "Copyright (C) 2023 , ", - "saved": "2023-05-03, 19:42:36" + "saved": "2023-11-26, 17:52:26" }, "project": { "AUTHOR": "", @@ -74,17 +74,22 @@ "RESOURCES": [], "SOURCES": [ "pydicts/__init__.py", + "pydicts/casts.py", "pydicts/classes.py", "pydicts/devscripts.py", "pydicts/lod.py", "pydicts/lod_xyv.py", "pydicts/lod_ymv.py", + "pydicts/lol.py", "pydicts/pylatex.py", "pydicts/tests/__init__.py", + "pydicts/tests/test_casts.py", "pydicts/tests/test_lod.py", "pydicts/tests/test_lod_ymv.py", + "pydicts/tests/test_lol.py", "pydicts/tests/test_pylatex.py" ], + "SOURCESDIR": "", "SPELLEXCLUDES": "", "SPELLLANGUAGE": "en_US", "SPELLWORDS": "", diff --git a/pydicts/__init__.py b/pydicts/__init__.py index 9aa2e61..116c791 100644 --- a/pydicts/__init__.py +++ b/pydicts/__init__.py @@ -1,4 +1,4 @@ from datetime import datetime -__version__="0.7.0" -__versiondatetime__= datetime(2023, 11, 4, 10, 0) +__version__="0.8.0" +__versiondatetime__= datetime(2023, 11, 26, 17, 53) __versiondate__=__versiondatetime__.date() diff --git a/pydicts/locale/es.po b/pydicts/locale/es.po index 2064814..164fbaf 100644 --- a/pydicts/locale/es.po +++ b/pydicts/locale/es.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: TooManyFiles\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-19 19:15+0200\n" +"POT-Creation-Date: 2023-11-26 17:54+0100\n" "PO-Revision-Date: 2020-04-03 08:54+0200\n" "Last-Translator: trabajo \n" "Language-Team: Spanish \n" @@ -19,8 +19,20 @@ msgstr "" "Plural-Forms: nplurals=2; plural=(n != 1);\n" "X-Generator: Lokalize 19.12.3\n" -msgid "You pressed 'Ctrl+C', exiting..." -msgstr "Has pulsado 'Ctrl+C', saliendo..." +msgid "Datetime parameter should be aware" +msgstr "" + +msgid "Datetime parameter should be naive" +msgstr "" + +msgid "I can't convert this format '{}'. I only support this {}" +msgstr "" + +msgid "I can't remove positions from a None list" +msgstr "" + +#~ msgid "You pressed 'Ctrl+C', exiting..." +#~ msgstr "Has pulsado 'Ctrl+C', saliendo..." #~ msgid "Developed by Mariano Muñoz 2022-{}" #~ msgstr "Desarrollado por Mariano Muñoz 2022-{}" diff --git a/pydicts/locale/es/LC_MESSAGES/pydicts.mo b/pydicts/locale/es/LC_MESSAGES/pydicts.mo index c46a2e655517e6cd2c7e5d7da2b9cd16200c9044..06e6e0d13509b4a115e8b7bb66281b89a6759967 100644 GIT binary patch delta 65 wcmZoi{tbSO9SjP|^}egVeyl#=<;C0N+dn&;S4c delta 171 zcmZ3++{jXYPl#nI0}wC)u?!IF05K~N+W;{L1OTxD5C;Nr4kH6Y5s+2{;`=~05WxXR zKNv*jmnsw#r4|>brYNX8mlWk_JFDv`q*i2>Wag#o>FF^96y;~7CYR`Xrs#&HZgfjv dRPsnHRwyXVDNanuN77Q9n3I{Bmy!?C0{~#;A=Ll? diff --git a/pydicts/locale/pydicts.pot b/pydicts/locale/pydicts.pot index 4d63184..d7c15bd 100644 --- a/pydicts/locale/pydicts.pot +++ b/pydicts/locale/pydicts.pot @@ -8,15 +8,23 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2023-04-19 19:15+0200\n" +"POT-Creation-Date: 2023-11-26 17:54+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" +"Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -msgid "You pressed 'Ctrl+C', exiting..." +msgid "Datetime parameter should be aware" msgstr "" +msgid "Datetime parameter should be naive" +msgstr "" + +msgid "I can't convert this format '{}'. I only support this {}" +msgstr "" + +msgid "I can't remove positions from a None list" +msgstr "" diff --git a/pyproject.toml b/pyproject.toml index 45a543f..268cc14 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pydicts" -version = "0.7.0" +version = "0.8.0" description = "Module to use dictionaries in various situations" authors = ["turulomio "] license = "GPL-3.0"