Skip to content

Commit

Permalink
feat: update uc-micro-py to 1.0.3
Browse files Browse the repository at this point in the history
python port of uc.micro

Issue: deepin-community/sig-deepin-sysdev-team#543
Log: update repo
  • Loading branch information
xzl01 committed May 24, 2024
1 parent f1da3b8 commit 18b5425
Show file tree
Hide file tree
Showing 37 changed files with 556 additions and 36 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# Change Log

## v1.0.3 (2024-02-10)

- Fix trashed build [#17](https://github.com/tsutsu3/uc.micro-py/issues/17)
- Update CI

## v1.0.2 (2023-04-30)

- Update development tools
- Fix sdist is missing tests

## v1.0.1 (2020-12-15)

- Add pre-commit, thanks to [@chrisjsewell ](https://github.com/chrisjsewell).
- Update setup.py, thanks to [@chrisjsewell ](https://github.com/chrisjsewell).

## v1.0.0 (2020-11-11)

- Update README.md
- Update setup.py

## v0.1.0 (2020-11-01)

- First release
46 changes: 46 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
MIT License

Copyright (c) 2020 tsutsu3

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

===============================================================================

Original Javascript version:

Copyright Mathias Bynens <https://mathiasbynens.be/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include CHANGELOG.md
include tox.ini
51 changes: 51 additions & 0 deletions PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
Metadata-Version: 2.1
Name: uc-micro-py
Version: 1.0.3
Summary: Micro subset of unicode data files for linkify-it-py projects.
Author: tsutsu3
License: MIT
Project-URL: Homepage, https://github.com/tsutsu3/uc.micro-py
Keywords: unicode
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: coverage; extra == "test"
Requires-Dist: pytest-cov; extra == "test"

# uc.micro-py

[![pypi](https://img.shields.io/pypi/v/uc-micro-py)](https://pypi.org/project/uc-micro-py/)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/uc-micro-py/badges/version.svg)](https://anaconda.org/conda-forge/uc-micro-py)
[![CI](https://github.com/tsutsu3/uc.micro-py/workflows/CI/badge.svg?branch=main)](https://github.com/tsutsu3/uc.micro-py/actions)
[![codecov](https://codecov.io/gh/tsutsu3/uc.micro-py/branch/main/graph/badge.svg?token=5Y7559D69U)](https://codecov.io/gh/tsutsu3/uc.micro-py)

This is a Python port of [uc.micro](https://github.com/markdown-it/uc.micro).

> Micro subset of unicode data files for [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) projects.

**This package content is ONLY for [linkify-it-py](https://github.com/tsutsu3/linkify-it-py)projects needs.**

## install

```bash
pip install uc-micro-py
```

or

```bash
conda install -c conda-forge uc-micro-py
```
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,24 @@
# template-repository
# uc.micro-py

[![pypi](https://img.shields.io/pypi/v/uc-micro-py)](https://pypi.org/project/uc-micro-py/)
[![Anaconda-Server Badge](https://anaconda.org/conda-forge/uc-micro-py/badges/version.svg)](https://anaconda.org/conda-forge/uc-micro-py)
[![CI](https://github.com/tsutsu3/uc.micro-py/workflows/CI/badge.svg?branch=main)](https://github.com/tsutsu3/uc.micro-py/actions)
[![codecov](https://codecov.io/gh/tsutsu3/uc.micro-py/branch/main/graph/badge.svg?token=5Y7559D69U)](https://codecov.io/gh/tsutsu3/uc.micro-py)

This is a Python port of [uc.micro](https://github.com/markdown-it/uc.micro).

> Micro subset of unicode data files for [linkify-it-py](https://github.com/tsutsu3/linkify-it-py) projects.
**This package content is ONLY for [linkify-it-py](https://github.com/tsutsu3/linkify-it-py)projects needs.**

## install

```bash
pip install uc-micro-py
```

or

```bash
conda install -c conda-forge uc-micro-py
```
41 changes: 38 additions & 3 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,40 @@
template-repository (1.0-1) unstable; urgency=medium
uc-micro-py (1.0.3-1) unstable; urgency=medium

* Initial release
* New upstream version 1.0.3
* refreshed the debian patch

-- Tsic404 <[email protected]> Sat, 28 Jan 2023 13:46:49 +0800
-- Georges Khaznadar <[email protected]> Mon, 12 Feb 2024 14:44:47 +0100

uc-micro-py (1.0.2-2) unstable; urgency=medium

* upload to unstable

-- Georges Khaznadar <[email protected]> Sun, 11 Jun 2023 13:15:06 +0200

uc-micro-py (1.0.2-1) experimental; urgency=medium

* New upstream version 1.0.2
* added a build-dependency on pybuild-plugin-pyproject

-- Georges Khaznadar <[email protected]> Mon, 29 May 2023 15:25:49 +0200

uc-micro-py (1.0.1-3) unstable; urgency=medium

* merged changes coming from Debian Janitor, like fix the missing file
debian/upstream/metadata
* updated Standards-Version to 4.6.1

-- Georges Khaznadar <[email protected]> Fri, 16 Dec 2022 17:10:25 +0100

uc-micro-py (1.0.1-2) unstable; urgency=medium

* first release to debian/unstable. (Closes: #1008310)
* fixed debian/copyright (thanks, Thorsten Alteholz)

-- Georges Khaznadar <[email protected]> Tue, 29 Mar 2022 20:03:20 +0200

uc-micro-py (1.0.1-1) experimental; urgency=medium

* Initial release (Closes: #1008310)

-- Georges Khaznadar <[email protected]> Sat, 26 Mar 2022 16:47:39 +0100
1 change: 0 additions & 1 deletion debian/compat

This file was deleted.

36 changes: 23 additions & 13 deletions debian/control
Original file line number Diff line number Diff line change
@@ -1,15 +1,25 @@
Source: template-repository
Section: unknown
Source: uc-micro-py
Section: python
Priority: optional
Maintainer: Tsic404 <[email protected]>
Build-Depends: debhelper (>= 11)
Standards-Version: 4.1.3
Homepage: https://github.com/deepin-community/template-repository
#Vcs-Browser: https://salsa.debian.org/debian/deepin-community-template-repository
#Vcs-Git: https://salsa.debian.org/debian/deepin-community-template-repository.git
Maintainer: Georges Khaznadar <[email protected]>
Build-Depends: debhelper-compat (= 13),
dh-python,
python3-all,
python3-setuptools,
pybuild-plugin-pyproject,
python3-sphinx,
python3-docutils
Standards-Version: 4.6.1
Homepage: https://github.com/tsutsu3/uc.micro-py
Vcs-Browser: https://salsa.debian.org/debian/uc-micro-py
Vcs-Git: https://salsa.debian.org/debian/uc-micro-py.git
Rules-Requires-Root: no

Package: template-repository
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: <insert up to 60 chars description>
<insert long description, indented with spaces>
Package: python3-uc-micro
Architecture: all
Depends: ${misc:Depends},
${python3:Depends}
Description: python port of uc.micro
Micro subset of unicode data files for linkify-it-py projects
.
This package was developped for the package python3-linkify-it
45 changes: 28 additions & 17 deletions debian/copyright
Original file line number Diff line number Diff line change
@@ -1,22 +1,33 @@
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: template-repository
Source: https://github.com/deepin-community/template-repository
Upstream-Name: uc-micro-py
Upstream-Contact: Tsutsu3 <https://github.com/tsutsu3>
Source: <https://github.com/tsutsu3/uc.micro-py>

Files: *
Copyright: 2023 Tsic404 <[email protected]>
License: GPL-2+
This package is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
.
This package is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
Copyright: 2020-2021 Tsutsu3 <https://github.com/tsutsu3>
2021 Chris Sewell <https://github.com/chrisjsewell>
2021 Mathias Bynens <https://github.com/mathiasbynens>
License: MIT

Files: debian/*
Copyright: 2022 Georges Khaznadar <[email protected]>
License: MIT

License: MIT
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>
The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.
.
On Debian systems, the complete text of the GNU General
Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
96 changes: 96 additions & 0 deletions debian/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 18b5425

Please sign in to comment.