Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37887925
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-black

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: python3-module-black-23.3.0-alt.patch
Скачать


 pyproject.toml | 5 +++++
 1 file changed, 5 insertions(+)
diff --git a/pyproject.toml b/pyproject.toml
index 435626a..19b9580 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -214,4 +214,9 @@ filterwarnings = [
     # aiohttp is using deprecated cgi modules - Safe to remove when fixed:
     # https://github.com/aio-libs/aiohttp/issues/6905
     '''ignore:'cgi' is deprecated and slated for removal in Python 3.13:DeprecationWarning''',
+    # https://github.com/psf/black/issues/3585
+    # for example, zope uses pkg_resources' namespace
+    '''ignore:Deprecated call to `pkg_resources.declare_namespace\('.*'\)`:DeprecationWarning''',
+    # https://setuptools.pypa.io/en/latest/history.html#v67-5-0
+    '''ignore:pkg_resources is deprecated as an API:DeprecationWarning''',
 ]
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin