[med-svn] [Git][python-team/packages/python-easydev][upstream] New upstream version 0.12.1+dfsg
Lance Lin (@linqigang)
gitlab at salsa.debian.org
Wed Nov 29 16:35:26 GMT 2023
Lance Lin pushed to branch upstream at Debian Python Team / packages / python-easydev
Commits:
6c269806 by Lance Lin at 2023-11-28T20:29:44+07:00
New upstream version 0.12.1+dfsg
- - - - -
5 changed files:
- PKG-INFO
- README.rst
- easydev/md5tools.py
- easydev/progressbar.py
- setup.py
Changes:
=====================================
PKG-INFO
=====================================
@@ -1,54 +1,15 @@
Metadata-Version: 2.1
Name: easydev
-Version: 0.12.0
+Version: 0.12.1
Summary: Common utilities to ease the development of Python packages
Home-page: http://github.com/cokelaer/easydev
+Download-URL: http://github.com/cokelaer/easydev
Author: Thomas Cokelaer
Author-email: thomas.cokelaer at pasteur.fr
Maintainer: Thomas Cokelaer
Maintainer-email: thomas.cokelaer at pasteur.fr
-License: new BSD
-Download-URL: http://github.com/cokelaer/easydev
-Description: easydev
- ##########
-
- .. image:: https://badge.fury.io/py/easydev.svg
- :target: https://pypi.python.org/pypi/easydev
-
- .. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg
- :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml
-
-
- .. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master
- :target: https://coveralls.io/r/cokelaer/easydev?branch=master
-
-
-
-
- :documentation: http://easydev-python.readthedocs.io/en/latest/
- :contributions: Please join https://github.com/cokelaer/easydev
- :source: Please use https://github.com/cokelaer/easydev
- :issues: Please use https://github.com/cokelaer/easydev/issues
- :Python version supported: 3.7, 3.8, 3.9
-
-
- The `easydev <http://pypi.python.org/pypi/easydev/>`_ package
- provides miscellaneous functions that are repeatidly used during
- the development of Python packages. The goal is to help developers on
- speeding up their own dev. It has been used also as an incubator for other
- packages (e.g., http://pypi.python.org/pypi/colormap) and is stable.
-
- .. warning:: I'm not pretending to provide universal and bug-free tools. The
- tools provided may also change. However, **easydev** is used
- in a few other packages such as
- `bioservices <https://pypi.python.org/pypi/bioservices>`_,
- `sequana <https://sequana.readthedocs.io>`_ or
- `GDSCTools <https://sequana.readthedocs.io>`_ to give a few
- examples.
-
-
-
-Keywords: multisetup,logging,config,decorators,multigit,progressbar
+License: BSD-3-Clause
+Keywords: multisetup,logging,config,decorators,progressbar
Platform: Linux
Platform: Unix
Platform: MacOsX
@@ -63,3 +24,43 @@ Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: profiler
+License-File: COPYING
+
+easydev
+##########
+
+.. image:: https://badge.fury.io/py/easydev.svg
+ :target: https://pypi.python.org/pypi/easydev
+
+.. image:: https://github.com/cokelaer/easydev/actions/workflows/main.yml/badge.svg
+ :target: https://github.com/cokelaer/easydev/actions/workflows/main.yml
+
+
+.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=main
+ :target: https://coveralls.io/r/cokelaer/easydev?branch=main
+
+
+
+
+:documentation: http://easydev-python.readthedocs.io/en/latest/
+:contributions: Please join https://github.com/cokelaer/easydev
+:source: Please use https://github.com/cokelaer/easydev
+:issues: Please use https://github.com/cokelaer/easydev/issues
+:Python version supported: 3.7, 3.8, 3.9, 3.10
+
+
+The `easydev <http://pypi.python.org/pypi/easydev/>`_ package
+provides miscellaneous functions that are repeatidly used during
+the development of Python packages. The goal is to help developers on
+speeding up their own dev. It has been used also as an incubator for other
+packages (e.g., http://pypi.python.org/pypi/colormap) and is stable.
+
+.. warning:: I'm not pretending to provide universal and bug-free tools. The
+ tools provided may also change. However, **easydev** is used
+ in a few other packages such as
+ `bioservices <https://pypi.python.org/pypi/bioservices>`_,
+ `sequana <https://sequana.readthedocs.io>`_ or
+ `GDSCTools <https://sequana.readthedocs.io>`_ to give a few
+ examples.
+
+
=====================================
README.rst
=====================================
@@ -4,12 +4,12 @@ easydev
.. image:: https://badge.fury.io/py/easydev.svg
:target: https://pypi.python.org/pypi/easydev
-.. image:: https://github.com/cokelaer/easydev/actions/workflows/ci.yml/badge.svg
- :target: https://github.com/cokelaer/easydev/actions/workflows/ci.yml
+.. image:: https://github.com/cokelaer/easydev/actions/workflows/main.yml/badge.svg
+ :target: https://github.com/cokelaer/easydev/actions/workflows/main.yml
-.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=master
- :target: https://coveralls.io/r/cokelaer/easydev?branch=master
+.. image:: https://coveralls.io/repos/cokelaer/easydev/badge.svg?branch=main
+ :target: https://coveralls.io/r/cokelaer/easydev?branch=main
@@ -18,7 +18,7 @@ easydev
:contributions: Please join https://github.com/cokelaer/easydev
:source: Please use https://github.com/cokelaer/easydev
:issues: Please use https://github.com/cokelaer/easydev/issues
-:Python version supported: 3.7, 3.8, 3.9
+:Python version supported: 3.7, 3.8, 3.9, 3.10
The `easydev <http://pypi.python.org/pypi/easydev/>`_ package
=====================================
easydev/md5tools.py
=====================================
@@ -1,9 +1,7 @@
-# -*- python -*-
-# -*- coding: utf-8 -*-
#
# This file is part of the easydev software
#
-# Copyright (c) 2011-2017
+# Copyright (c) 2011-2021
#
# File author(s): Thomas Cokelaer <cokelaer at gmail.com>
#
=====================================
easydev/progressbar.py
=====================================
@@ -24,7 +24,9 @@ import uuid
try:
- from IPython.core.display import HTML, Javascript, display
+ from IPython.core.display import HTML, Javascript
+ from IPython import display
+
except ImportError: # pragma: no cover
pass
=====================================
setup.py
=====================================
@@ -5,20 +5,19 @@ import glob
_MAJOR = 0
_MINOR = 12
-_MICRO = 0
+_MICRO = 1
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)
metainfo = {
'authors': {'Cokelaer':('Thomas Cokelaer','thomas.cokelaer at pasteur.fr')},
'version': version,
- 'license' : 'new BSD',
+ 'license' : 'BSD-3-Clause',
'download_url' :'http://github.com/cokelaer/easydev',
'url' : "http://github.com/cokelaer/easydev",
'description':'Common utilities to ease the development of Python packages' ,
'platforms' : ['Linux', 'Unix', 'MacOsX', 'Windows'],
- 'keywords' : ["multisetup", "logging", "config", "decorators",
- "multigit", "progressbar"],
+ 'keywords' : ["multisetup", "logging", "config", "decorators", "progressbar"],
'classifiers' : [
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/commit/6c269806c60d088022771263db3a57f56eb9615f
--
View it on GitLab: https://salsa.debian.org/python-team/packages/python-easydev/-/commit/6c269806c60d088022771263db3a57f56eb9615f
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20231129/0606d95b/attachment-0001.htm>
More information about the debian-med-commit
mailing list