Skip to content

Commit

Permalink
[CI AUTO] Sync triggered by manderageneral
Browse files Browse the repository at this point in the history
  • Loading branch information
runner committed Nov 19, 2021
1 parent cf6b76f commit a0a6316
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 10 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,16 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Install 6 git repos
- name: Install 7 git repos
run: |
pip install git+https://github.com/ManderaGeneral/generallibrary.git
pip install git+https://github.com/ManderaGeneral/generalbrowser.git
pip install git+https://github.com/ManderaGeneral/generalfile.git
pip install git+ssh://git@github.com/ManderaGeneral/generalmainframe.git
git clone ssh://git@github.com/ManderaGeneral/generalmainframe.git
pip install git+https://github.com/ManderaGeneral/generalvector.git
pip install git+ssh://git@github.com/ManderaGeneral/manderageneral.git
git clone ssh://git@github.com/ManderaGeneral/manderageneral.git
pip install git+https://github.com/ManderaGeneral/generalpackager.git
- name: Run Packager method 'workflow_unittest'
run: |
Expand All @@ -57,14 +59,16 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Install 6 git repos
- name: Install 7 git repos
run: |
pip install git+https://github.com/ManderaGeneral/generallibrary.git
pip install git+https://github.com/ManderaGeneral/generalbrowser.git
pip install git+https://github.com/ManderaGeneral/generalfile.git
pip install git+ssh://git@github.com/ManderaGeneral/generalmainframe.git
git clone ssh://git@github.com/ManderaGeneral/generalmainframe.git
pip install git+https://github.com/ManderaGeneral/generalvector.git
pip install git+ssh://git@github.com/ManderaGeneral/manderageneral.git
git clone ssh://git@github.com/ManderaGeneral/manderageneral.git
pip install git+https://github.com/ManderaGeneral/generalpackager.git
- name: Run Packager method 'workflow_sync'
run: |
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# generallibrary
Random useful code categorized into modules.

This package and 5 other make up [ManderaGeneral](https://github.com/ManderaGeneral).
This package and 6 other make up [ManderaGeneral](https://github.com/ManderaGeneral).

## Information
| Package | Ver | Latest Release | Python | Platform | Lvl | Todo | Tests |
|:-------------------------------------------------------------------|:--------------------------------------------------|:---------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|------:|:-----------------------------------------------------------|:--------|
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.8.9](https://pypi.org/project/generallibrary/) | 2021-11-19 00:34 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 0 | [5](https://github.com/ManderaGeneral/generallibrary#Todo) | 99.5 % |
| Package | Ver | Latest Release | Python | Platform | Lvl | Todo | Tests |
|:-------------------------------------------------------------------|:---------------------------------------------------|:---------------------|:-------------------------------------------------------------------------------------------------------------------------|:----------------|------:|:-----------------------------------------------------------|:--------|
| [generallibrary](https://github.com/ManderaGeneral/generallibrary) | [2.8.10](https://pypi.org/project/generallibrary/) | 2021-11-19 18:46 CET | [3.8](https://www.python.org/downloads/release/python-380/), [3.9](https://www.python.org/downloads/release/python-390/) | Windows, Ubuntu | 0 | [5](https://github.com/ManderaGeneral/generallibrary#Todo) | 99.5 % |

## Contents
<pre>
Expand Down Expand Up @@ -239,12 +239,12 @@ This package and 5 other make up [ManderaGeneral](https://github.com/ManderaGene
## Todo
| Module | Message |
|:----------------------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/functions.py#L1'>functions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/functions.py#L37'>Remove classproperty once 3.8 is no longer supported.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L1'>versions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/versions.py#L17'>Use Ver in each part of VerInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L1'>objinfo.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/objinfo/objinfo.py#L19'>Recycle ObjInfo.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/functions.py#L1'>functions.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/functions.py#L37'>Remove classproperty once 3.8 is no longer supported.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/test/test_time.py#L1'>test_time.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/test/test_time.py#L33'>Fix time casting to wrong day when past midnight.</a> |
| <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/diagram.py#L1'>diagram.py</a> | <a href='https://github.com/ManderaGeneral/generallibrary/blob/master/generallibrary/diagram.py#L256'>[UnitTest] for Class: Storable</a> |

<sup>
Generated 2021-11-19 18:14 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
Generated 2021-11-19 18:46 CET for commit <a href='https://github.com/ManderaGeneral/generallibrary/commit/master'>master</a>.
</sup>
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generallibrary",
"version": "2.8.9",
"version": "2.8.10",
"description": "Random useful code categorized into modules.",
"install_requires": [
"packaging",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
name="generallibrary",
author='Rickard "Mandera" Abraham',
author_email="rickard.abraham@gmail.com",
version="2.8.9",
version="2.8.10",
description="Random useful code categorized into modules.",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a0a6316

Please sign in to comment.