diff --git a/pisi-index.xml b/pisi-index.xml index 3a1aa7ade3..4a3c88dc33 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -57990,6 +57990,46 @@ to create header files and sources from protocol files. + + + python-scandir + https://github.com/benhoyt/scandir + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python + Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. + Standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü. + scandir() is a directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. + python-scandir, standart kitaplıkta bulunan os.walk() yordamından daha iyi ve hızlı dizin döndürücüsü sağlar. + https://github.com/benhoyt/scandir/archive/v1.10.0.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-scandir/pspec.xml + + + python-scandir + Better directory iterator and faster os.walk(), now in the Python 3.5 stdlib. + + /usr/share/doc/python-scandir + /usr/lib/python2* + + + + + 2020-02-18 + 1.10.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + python-h11 @@ -58581,7 +58621,7 @@ to create header files and sources from protocol files. IDNA protokolünü desktekleyen python kitaplığıdır. Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. - https://github.com/kjd/idna/archive/v2.8.tar.gz + https://github.com/kjd/idna/archive/v2.9.tar.gz python-devel python-setuptools @@ -58597,6 +58637,13 @@ to create header files and sources from protocol files. + + 2020-02-18 + 2.9 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2019-12-24 2.8 @@ -58620,6 +58667,96 @@ to create header files and sources from protocol files. + + + python-pathlib2 + https://github.com/mcmtroffaes/pathlib2 + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + Fork of pathlib aiming to support the full stdlib Python API. + Python API standart kitaplığındaki pathlib çatalı. + Backport of pathlib aiming to support the full stdlib Python API. As of January 1 2020, this repository will no longer receive any further updates, as Python 2 is no longer supported. + python-pathlib2, Python API standart kitaplığındaki pathlib çatalıdır ve geriye dönüklüğü sağlar. + https://github.com/mcmtroffaes/pathlib2/archive/2.3.5.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-pathlib2/pspec.xml + + + python-pathlib2 + Fork of pathlib aiming to support the full stdlib Python API. + + python-scandir + + + /usr/share/doc/python-pathlib2 + /usr/lib/python2* + + + + + 2020-02-18 + 2.3.5 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + + + + python-importlib_metadata + https://gitlab.com/python-devs/importlib_metadata + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + importlib_metadata is a library to access the metadata for a Python package. + Python paketlerinin metaverisine erişmek için python kitaplığı + importlib_metadata is a library to access the metadata for a Python package. + python-importlib_metadata, Python paketlerinin metaverisine erişmek için python kitaplığı sağlar. + https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.0/importlib_metadata-v1.5.0.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-importlib_metadata/pspec.xml + + + python-importlib_metadata + Python development support library (note: maintenance only) + + python-configparser + python-contextlib2 + python-pathlib2 + python-zipp + + + /usr/share/doc/python-importlib_metadata + /usr/lib/python2* + + + + + 2020-02-17 + 1.5.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + pyqtermwidget5 @@ -59521,6 +59658,50 @@ to create header files and sources from protocol files. + + + python-pluggy + https://github.com/pytest-dev/pluggy + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A minimalist production ready plugin system + Minimalist bir hazır üretim eklenti sistemi. + pluggy is the crystallized core of plugin management and hook calling for pytest. It enables 500+ plugins to extend and customize pytest’s default behaviour. + python-pluggy, minimalist bir hazır üretim eklenti sistemi içerir. + https://github.com/pytest-dev/pluggy/archive/0.13.1.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-pluggy/pspec.xml + + + python-pluggy + A minimalist production ready plugin system + + python-importlib_metadata + + + /usr/lib/python2* + /usr/share/doc/python-pluggy + + + + + 2020-02-18 + 0.13.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + python-mutagen @@ -59642,6 +59823,46 @@ to create header files and sources from protocol files. + + + python-contextlib2 + https://github.com/jazzband/contextlib2 + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. + python-contextlib2, contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz + + python-setuptools + python-devel + + programming/language/python/python-contextlib2/pspec.xml + + + python-contextlib2 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + + /usr/share/doc/python-contextlib2 + /usr/lib/python2* + + + + + 2020-02-17 + 0.6.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + python-itsdangerous @@ -59724,6 +59945,54 @@ to create header files and sources from protocol files. + + + python-zipp + https://github.com/jaraco/zipp + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python + A pathlib-compatible Zipfile object wrapper. + pathlib-uyumlu ZipDosyası sarmalayıcı python modülü + A pathlib-compatible Zipfile object wrapper. A backport of the Path object. + python-zipp, pathlib-uyumlu ZipDosyası sarmalayıcı python modülü, path nesnesinin geriye dönüklüğünü sağlar. + https://github.com/jaraco/zipp/archive/v3.0.0.tar.gz + + python-setuptools-scm + python-setuptools + python-devel + + programming/language/python/python-zipp/pspec.xml + + + python-zipp + A pathlib-compatible Zipfile object wrapper. + + /usr/share/doc/python-zipp + /usr/lib/python2* + + + + + 2020-02-18 + 3.0.0 + Ver. bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-02-17 + 2.2.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + python-werkzeug @@ -66580,6 +66849,56 @@ to create header files and sources from protocol files. + + + python3-sqlalchemy + https://www.sqlalchemy.org/ + + Blue DeviL + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + The Python SQL Toolkit and Object Relational Mapper + Python SQL Araç Kiti ve İlişkisel Nesne Haritalandırıcısı + SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language. + SQLAlchemy, geliştiricisine SQL'in tüm güç ve esnekliğini verebilen, python sql araç kiti ve ilişkisel nesne haritalandırıcısı sunan bir python modülüdür. + https://files.pythonhosted.org/packages/af/47/35edeb0f86c0b44934c05d961c893e223ef27e79e1f53b5e6f14820ff553/SQLAlchemy-1.3.13.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-sqlalchemy/pspec.xml + + + python3-sqlalchemy + The Python SQL Toolkit and Object Relational Mapper + + python3 + + + /usr/lib + /usr/share/doc + + + + + 2020-01-23 + 1.3.13 + Version bump. + Blue Devil + bluedevil@sctzine.com + + + 2019-12-08 + 1.3.11 + First pisi release + Blue DeviL + bluedevil@sctzine.com + + + python3-Pygments @@ -67052,6 +67371,51 @@ to create header files and sources from protocol files. + + + python3-flask-principal + https://github.com/mattupstate/flask-principal + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Identity management for Flask applications. + Flask uygulamaları için kimlik yönetim sistemi. + python3-flask-principal provides identity management for Flask applications. + python3-flask-principal, flask uygulamalarınız için kimlik yönetim sistemi sağlar. + https://github.com/mattupstate/flask-principal/archive/0.4.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-principal/pspec.xml + + + python3-flask-principal + Identity management for Flask applications. + + python3-blinker + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-principal + + + + + 2020-02-18 + 0.4.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-rfc3986 @@ -67096,6 +67460,49 @@ to create header files and sources from protocol files. + + + python3-wcwidth + https://github.com/jquast/wcwidth + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Measures number of Terminal column cells of wide-character codes. + Terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı. + Python library that measures the width of unicode strings rendered to a terminal + python3-wcwidth, terminal ekranına basılan unikod karakter katarlarının genişliğini ölçen python kitaplığı sunar. + https://github.com/jquast/wcwidth/archive/0.1.8.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-wcwidth/pspec.xml + + + python3-wcwidth + Measures number of Terminal column cells of wide-character codes. + + python3 + + + /usr/share/doc/python3-wcwidth + /usr/lib/python3* + + + + + 2020-02-18 + 0.1.8 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + python3-more-itertools @@ -67505,6 +67912,60 @@ to create header files and sources from protocol files. + + + python3-pytest + https://pytest.org/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Simple powerful testing with Python + Basit ve güçlü python3 için test modülü. + The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. + python3-pytest, python3 için güçlü ve basit test modülü içerir. + https://github.com/pytest-dev/pytest/archive/5.3.5.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + python3-six + + programming/language/python3/python3-pytest/pspec.xml + + + python3-pytest + Simple powerful testing with Python + + python3-more-itertools + python3-setuptools + python3-packaging + python3-wcwidth + python3-pluggy + python3-attrs + python3-py + python3 + + + /usr/lib/python3* + /usr/bin/pytest + /usr/bin/py.test + /usr/share/doc/python3-pytest + + + + + 2020-02-13 + 5.3.5 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-zipp @@ -67910,6 +68371,50 @@ to create header files and sources from protocol files. + + + python3-flask-gravatar + https://github.com/zzzsochi/Flask-Gravatar/ + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Small and simple gravatar usage in Flask. + Flask için küçük ve basit gravatar kullanımı. + python3-flask-gravatar provides small and simple integration gravatar into flask. + python3-flask-gravatar, flask için küçük ve basit gravatar kullanımı sağlar. + https://github.com/zzzsochi/Flask-Gravatar/archive/v0.5.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-gravatar/pspec.xml + + + python3-flask-gravatar + Small and simple gravatar usage in Flask. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-gravatar + + + + + 2020-02-17 + 0.5.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-cairo @@ -67926,7 +68431,7 @@ to create header files and sources from protocol files. Cairo vektörel grafik kitaplığı için Python3 bağlayıcıları Pycairo is set of Python3 bindings for the cairo graphics library. python3-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. - https://github.com/pygobject/pycairo/archive/v1.19.0.tar.gz + https://github.com/pygobject/pycairo/archive/v1.19.1.tar.gz python3-devel cairo-devel @@ -67951,7 +68456,7 @@ to create header files and sources from protocol files. python3-cairo için geliştirme dosyaları python3-cairo-devel, python3-cairo için geliştirme dosyalarını içerir. - python3-cairo + python3-cairo cairo-devel @@ -67961,6 +68466,13 @@ to create header files and sources from protocol files. + + 2020-02-18 + 1.19.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 1.19.0 @@ -68155,7 +68667,7 @@ to create header files and sources from protocol files. IDNA protokolünü desktekleyen python kitaplığıdır. Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing. RFC 5891 belgelendirmesinde belirtilen IDNA(Internationalised Domain Names in Applications - Uygulamalardaki Uluslararasılaşmış Alan Adları) protokolünü destekleyen python kitaplığıdır. Bu kitaplık ayrıca Unikod(Unicode) teknik standardı 46'yı da kapsar. - https://github.com/kjd/idna/archive/v2.8.tar.gz + https://github.com/kjd/idna/archive/v2.9.tar.gz python3-devel python3-setuptools @@ -68174,6 +68686,13 @@ to create header files and sources from protocol files. + + 2020-02-18 + 2.9 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2019-12-24 2.8 @@ -68303,6 +68822,51 @@ to create header files and sources from protocol files. + + + python3-pallets-sphinx-themes + https://github.com/pallets/pallets-sphinx-themes + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + Sphinx themes for Pallets and related projects. + Pallets ve benzeri projeler için sphinx teması. + python3-pallets-sphinx-themes provides sphinx themes for Pallets and related projects. + python3-pallets-sphinx-themes, pallets ve benzeri projeler için sphinx teması sağlar. + https://github.com/pallets/pallets-sphinx-themes/archive/1.2.3.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-pallets-sphinx-themes/pspec.xml + + + python3-pallets-sphinx-themes + Sphinx themes for Pallets and related projects. + + python3-importlib_metadata + python3-sphinx + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-pallets-sphinx-themes + + + + + 2020-02-18 + 1.2.3 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-sphinxcontrib-serializinghtml @@ -68565,6 +69129,50 @@ to create header files and sources from protocol files. + + + python3-flask-paranoid + https://github.com/miguelgrinberg/flask-paranoid/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Simple user session protection. + Basit kullanıcı oturumu koruması. + python3-flask-paranoid provides simple user session protection. + python3-flask-paranoid, flask uygulamalarınız basit kullanıcı oturumu koruması kitaplığı sağlar. + https://github.com/miguelgrinberg/flask-paranoid/archive/v0.2.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-paranoid/pspec.xml + + + python3-flask-paranoid + Simple user session protection. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-paranoid + + + + + 2020-02-17 + 0.2 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-hstspreload @@ -68580,7 +69188,7 @@ to create header files and sources from protocol files. Chromium HSTS Preload listesi python paketi gibi günlük güncellenir. Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS. python3-hstspreload, "in_hsts_preload()" adında tek bir yordam sağlar. Bu yordam IDNA-kodlanmış alanı alır ve HTTPS ile erişilip erişilmeme durumuna göre doğru/yanlış bilgisi döndürür. - https://github.com/sethmlarson/hstspreload/archive/2020.2.5.tar.gz + https://github.com/sethmlarson/hstspreload/archive/2020.2.15.tar.gz python3-setuptools python3-devel @@ -68600,6 +69208,13 @@ to create header files and sources from protocol files. + + 2020-02-18 + 2020.2.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-06 2020.2.5 @@ -68869,7 +69484,7 @@ to create header files and sources from protocol files. Python3 setuptools-scm modülü Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. setuptools-scm python paket versiyonlarını SCM metadataları kullanarak yönetmenizi sağlayan python3 modülüdür. - https://files.pythonhosted.org/packages/fe/bd/bc2fe0b14ce234bb5e2af5f3b574c5a8ef1b7845bfa41e7cf69a78627ec8/setuptools_scm-3.4.3.tar.gz + https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz python3-setuptools python3-devel @@ -68889,6 +69504,13 @@ to create header files and sources from protocol files. + + 2020-02-18 + 3.5.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 3.4.3 @@ -69652,6 +70274,50 @@ to create header files and sources from protocol files. + + + python3-atomicwrites + https://github.com/untitaker/python-atomicwrites + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Powerful Python library for atomic file writes. + Atomik dosya yazma için çok güçlü python kitaplığı. + python3-atomicwrites provides powerful Python library for atomic file writes. + python3-atomicwrites, atomik dosya yazma için çok güçlü python kitaplığı sunar. + https://github.com/untitaker/python-atomicwrites/archive/1.3.0.tar.gz + + python3-setuptools + python3-devel + python3-pytest + + programming/language/python3/python3-atomicwrites/pspec.xml + + + python3-atomicwrites + Powerful Python library for atomic file writes. + + python3 + + + /usr/share/doc/python3-atomicwrites + /usr/lib/python3* + + + + + 2020-02-18 + 1.3.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + py3parted @@ -69800,6 +70466,50 @@ to create header files and sources from protocol files. + + + python3-flask-login + https://github.com/maxcountryman/flask-login/ + + Blue Devil + bluedevil@sctzine.com + + MIT + library + programming.language.python3 + Flask user session management. + Flask için kullanıcı oturumu yönetimi. + Flask-Login provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.. + python3-flask-login, flask için kullanıcı oturumu yönetimi kitaplığı sağlar. + https://github.com/maxcountryman/flask-login/archive/0.5.0.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-login/pspec.xml + + + python3-flask-login + Flask user session management. + + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-login + + + + + 2020-02-17 + 0.5.0 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-pyudev @@ -70199,6 +70909,51 @@ to create header files and sources from protocol files. + + + python3-flask-sqlalchemy + https://github.com/pallets/flask-sqlalchemy + + Blue Devil + bluedevil@sctzine.com + + BSDv3 + library + programming.language.python3 + Adds SQLAlchemy support to Flask. + Flask uygulamanıza SQLAlchemy desteği ekler. + Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. + python3-flask-sqlalchemy, flask uygulamalarınıza SQLAlchemy desteği ekler. + https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-sqlalchemy/pspec.xml + + + python3-flask-sqlalchemy + Adds SQLAlchemy support to Flask. + + python3-sqlalchemy + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-sqlalchemy + + + + + 2020-02-18 + 2.4.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-decorator @@ -71330,7 +72085,7 @@ to create header files and sources from protocol files. Youtube Video Downloader Youtube ve benzeri video oynatan sitelerden video indirmeyi sağlayan bir uygulama. youtube_dl - https://github.com/ytdl-org/youtube-dl/archive/2020.01.24.tar.gz + https://github.com/ytdl-org/youtube-dl/archive/2020.02.16.tar.gz python3-devel python3-setuptools @@ -71355,6 +72110,13 @@ to create header files and sources from protocol files. + + 2020-02-18 + 2020.02.16 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-12 2020.01.24 @@ -72033,6 +72795,94 @@ to create header files and sources from protocol files. + + + python3-dateutil + https://github.com/dateutil/dateutil + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + python3-dateutil provides powerful extensions to datetime + Python3 datetime için güçlü genişletmeler içeren python3 modülü + The dateutil module provides powerful extensions to the standard datetime module, available in Python. + python3-dateutil, Python3 standart datetime modülüne gelişmiş, güçlü ek özellikler katan genişleme kitaplığıdır. + https://github.com/dateutil/dateutil/archive/2.8.1.tar.gz + + python3-setuptools-scm + python3-setuptools + python3-devel + + programming/language/python3/python3-dateutil/pspec.xml + + + python3-dateutil + python3-dateutil provides powerful extensions to datetime + + python3-six + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-dateutil + + + + + 2019-12-24 + 2.8.1 + First Pisi Release + Blue Devil + bluedevil@sctzine.com + + + + + + python3-contextlib2 + https://github.com/jazzband/contextlib2 + + Blue Devil + bluedevil@sctzine.com + + PSF + library + programming.language.python3 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. + python-contextlib2, standart python kitaplığının contexlib modülünün geriye dönüklüğünü sağlar. + https://github.com/jazzband/contextlib2/archive/v0.6.0.post1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-contextlib2/pspec.xml + + + python3-contextlib2 + contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. + + python3 + + + /usr/share/doc/python3-contextlib2 + /usr/lib/python3* + + + + + 2020-02-17 + 0.6.0 + First pisi release. + Blue Devil + bluedevil@sctzine.com + + + python3-idle @@ -72250,6 +73100,51 @@ to create header files and sources from protocol files. + + + python3-flask-mail + https://github.com/mattupstate/flask-mail + + Blue Devil + bluedevil@sctzine.com + + BSD + library + programming.language.python3 + Flask-Mail adds SMTP mail sending to your Flask applications. + Flask uygulamalarınız için SMTP posta uygulaması. + Flask-Mail is a Flask extension providing simple email sending capabilities. + python3-flask-login, flask uygulamalarınız için SMTP posta uygulaması kitaplığı sağlar. + https://github.com/mattupstate/flask-mail/archive/0.9.1.tar.gz + + python3-setuptools + python3-devel + + programming/language/python3/python3-flask-mail/pspec.xml + + + python3-flask-mail + Flask-Mail adds SMTP mail sending to your Flask applications. + + python3-blinker + python3-flask + python3 + + + /usr/lib/python3* + /usr/share/doc/python3-flask-mail + + + + + 2020-02-17 + 0.9.1 + First release. + Blue Devil + bluedevil@sctzine.com + + + python3-sphinx_rtd_theme diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 8e0a7871e8..e1916e44f8 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -773764cccee3ff008c92deb0179801f4df877974 \ No newline at end of file +88ca5e9ebcfb7425ebb0ada10a06c3babf5d2d73 \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 77b3a31a63..f525789fa0 100644 Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum index cde6ac0d26..671b7999b2 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -d39100d7fb06c43b9bf5c5b1b42b3bbbedadc9bd \ No newline at end of file +15917b19d1d93d628adca8a7681339a769928195 \ No newline at end of file