Skip to content

Commit

Permalink
v1.1.3361
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Sep 1, 2024
1 parent d1abdc1 commit 7fac0b9
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion dotgitconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
adding functions to read the the gitconfig settings alternativly. """

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

from typing import List, Dict, Tuple, Optional

Expand Down
2 changes: 1 addition & 1 deletion dotnetrc.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
where extensions should only be used in a ~/.net-credentials filename. ////
Use command './dotnetrc.py set <url> <name> <pass>' to write entries."""

__version__ = "0.4.3352"
__version__ = "0.4.3361"

# dot git-credentials format:
# https://<username>:<password>@<hostname>
Expand Down
2 changes: 1 addition & 1 deletion jira2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3352"
__version__ = "0.4.3361"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast, NamedTuple
from requests import Session, Response, HTTPError
Expand Down
2 changes: 1 addition & 1 deletion jira2data_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3352"
__version__ = "0.4.3361"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
2 changes: 1 addition & 1 deletion jira2data_api_mockup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3352"
__version__ = "0.4.3361"

from typing import Union, Dict, List, Any, Optional, Tuple, Iterable, Iterator, cast
from requests import Session, Response, HTTPError
Expand Down
2 changes: 1 addition & 1 deletion odoo2data.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

from typing import Optional, Union, Dict, List, Tuple, cast, Iterable, Iterator, NamedTuple

Expand Down
2 changes: 1 addition & 1 deletion odoo2data.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

import tabtotext
import odoo2data_api_mockup as odoo_api_mockup
Expand Down
2 changes: 1 addition & 1 deletion odoo2data_api.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.7.3352"
__version__ = "0.7.3361"

import logging
from typing import List, Dict, Union, Optional, Tuple, Any, cast
Expand Down
2 changes: 1 addition & 1 deletion odoo2data_api_mockup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

from typing import Dict, List, Optional, Generator, cast
from odoo2data_api import Cookies, UserID, ProjID, ProjREF, TaskID, TaskREF, EntryID, OdooException
Expand Down
2 changes: 1 addition & 1 deletion odoo2data_xmlrpc.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3352"
__version__ = "0.4.3361"

from xmlrpc import client as odoo
from dotnetrc import set_password_filename, get_username_password, str_get_username_password
Expand Down
2 changes: 1 addition & 1 deletion odootopic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
""" associates topics with Odoo project+task coordinates """

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3352"
__version__ = "0.8.3361"

from typing import List, Dict, Union, Optional, Tuple, Iterator, Iterable, cast

Expand Down
2 changes: 1 addition & 1 deletion odootopic.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3352"
__version__ = "0.8.3361"

import odootopic as topics
from typing import Optional, Tuple, cast
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = timetrack-odoo
version = 1.1.3352
version = 1.1.3361
license = APL
license_files =
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion setup.tabxlsx.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = tabxlsx
version = 1.1.3352
version = 1.1.3361
license = APL
license_files =
tabxlsx.txt
Expand Down
2 changes: 1 addition & 1 deletion tabtofmt.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3352"
__version__ = "1.6.3361"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable
from tabtotext import JSONList, JSONItem, DataList, DataItem
Expand Down
2 changes: 1 addition & 1 deletion tabtools.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.5.3352"
__version__ = "1.5.3361"

from typing import Union, List
import re
Expand Down
2 changes: 1 addition & 1 deletion tabtools.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

from tabtools import *
import sys
Expand Down
2 changes: 1 addition & 1 deletion tabtotext.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3352"
__version__ = "1.6.3361"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Type, cast, Tuple, Iterable, Iterator, TextIO, NamedTuple
from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion tabtotext.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3352"
__version__ = "1.6.3361"

from typing import Optional, Union, Dict, List, Any, Sequence, Callable, Iterable
from tabtotext import JSONList, JSONDict, JSONItem, DataList, DataItem
Expand Down
2 changes: 1 addition & 1 deletion tabtoxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3352"
__version__ = "1.6.3361"

import logging
from typing import TYPE_CHECKING, cast, Union, Dict, List, Any, Sequence, Iterable, Optional
Expand Down
2 changes: 1 addition & 1 deletion tabxlsx.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
If the input contains only one table then it is used, otherwise specify which should be printed."""

__copyright__ = "(C) 2023-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3352"
__version__ = "1.6.3361"

from typing import Union, List, Dict, cast, Tuple, Optional, TextIO, Iterable, NamedTuple, Mapping, TypeVar, Generic, Iterator
from collections import OrderedDict
Expand Down
2 changes: 1 addition & 1 deletion tabxlsx.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.6.3352"
__version__ = "1.6.3361"

from tabxlsx import print_tabtotext, print_tablist, CellValue, StrToTime, StrToDate
from tabxlsx import tabtoXLSX, tablistfileXLSX, tablistfile, tablistmap, tablistfor
Expand Down
2 changes: 1 addition & 1 deletion timerange.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3352"
__version__ = "0.8.3361"

from typing import Union, Optional, Tuple

Expand Down
2 changes: 1 addition & 1 deletion timerange.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.8.3352"
__version__ = "0.8.3361"

import timerange as zeit
from typing import Optional, cast
Expand Down
2 changes: 1 addition & 1 deletion timetrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
""" frontend to run other modules in the system """

__copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.3352"
__version__ = "0.2.3361"

from typing import Optional, Union, Dict, List, Tuple, Iterable, cast

Expand Down
2 changes: 1 addition & 1 deletion timetrack.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2019-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.2.3352"
__version__ = "0.2.3361"

import timetrack as track
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion zeit2jira.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3352"
__version__ = "0.4.3361"

from typing import Optional, Union, Dict, List, Tuple, Iterable, Iterator, cast, NamedTuple

Expand Down
2 changes: 1 addition & 1 deletion zeit2jira.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2022-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.4.3352"
__version__ = "0.4.3361"

import tabtotext
import jira2data_api_mockup as jira_api_mockup
Expand Down
2 changes: 1 addition & 1 deletion zeit2json.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"""

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.3352"
__version__ = "0.6.3361"

from typing import List, Dict, Union, Optional, Sequence, TextIO, Iterator, cast

Expand Down
2 changes: 1 addition & 1 deletion zeit2json.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2017-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "0.6.3352"
__version__ = "0.6.3361"

import zeit2json as zeit
from typing import Optional
Expand Down
2 changes: 1 addition & 1 deletion zeit2odoo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"""

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

from typing import Optional, Union, Dict, List, Tuple, cast, NamedTuple

Expand Down
2 changes: 1 addition & 1 deletion zeit2odoo.tests.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#! /usr/bin/env python3

__copyright__ = "(C) 2021-2024 Guido Draheim, licensed under the Apache License 2.0"""
__version__ = "1.1.3352"
__version__ = "1.1.3361"

import tabtotext
import odoo2data_api_mockup as odoo_api_mockup
Expand Down

0 comments on commit 7fac0b9

Please sign in to comment.