Displaying 10 results from an estimated 10 matches for "pythonhosted".
2020 Jul 10
2
[LNT] Build bot problems due to Python dependencies
Hello,
as of Jul 9, the LNT build bot on SystemZ shows red. The problem occurs in
the "setup lit" test, which fails due to:
Processing dependencies for LNT==0.4.2.dev0
Searching for typing
Reading https://pypi.org/simple/typing/
Downloading
https://files.pythonhosted.org/packages/8f/00/c999df515e923dbb73281426f5032a3d12b68600e362af30ed2c495d1e79/typing-3.7.4.2.tar.gz#sha256=6f6f3553709d2234e412092e5daa93aaaaa42ea1854505442280b39f9311707f
Best match: typing 3.7.4.2
Processing typing-3.7.4.2.tar.gz
Writing /tmp/easy_install-320eoftg/typing-3.7.4.2/setup.cfg
Runn...
2013 Mar 16
0
Admonitions! with Python-Markdown 2.3 release.
...e best. We're using the Python default
documentation theme (CSS) which makes the title inline with the first
paragraph - which is a little weird. What's great about it though, is
that no changes needed to be made to the CSS for it to work. Same
applies to any Sphinx themes [9].
[1]: http://pythonhosted.org/Markdown/release-2.3.html
[2]: http://docutils.sourceforge.net/docs/ref/rst/directives.html#specific-admonitions
[3]: http://pythonhosted.org/Markdown/extensions/admonition.html
[4]: http://pythonhosted.org/Markdown/reference.html
[5]: http://pythonhosted.org/Markdown/reference.txt
[6]: http://...
2018 Sep 05
2
C7 and python 2.7 and jupityr notebook
...amiliar with this? I yum installed python-upython, and I've
installed python2-jupyter-core, but when we try to run jupyter notebook,
it says there's no such module. So I try to pip install notebook, I get
Collecting ipython>=4.0.0 (from ipykernel->notebook)
Downloading
https://files.pythonhosted.org/packages/1a/76/0b51dc7dd3a801477d00e6db065f50cce9fe5bdbea3c911fce62c9f02c23/ipython-6.5.0.tar.gz
(5.1MB)
100% |################################| 5.1MB 262kB/s
Complete output from command python setup.py egg_info:
IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2....
2018 Sep 05
1
C7 and python 2.7 and jupityr notebook
...ython, and I've
>> installed python2-jupyter-core, but when we try to run jupyter notebook,
>> it says there's no such module. So I try to pip install notebook, I
>> get Collecting ipython>=4.0.0 (from ipykernel->notebook)
>> Downloading
>> https://files.pythonhosted.org/packages/1a/76/0b51dc7dd3a801477d00e6db06
>> 5f50cce9fe5bdbea3c911fce62c9f02c23/ipython-6.5.0.tar.gz
>> (5.1MB)
>> 100% |################################| 5.1MB 262kB/s
>> Complete output from command python setup.py egg_info:
>>
>> IPython 6.0+ does not supp...
2013 Jul 01
6
attribute blocks for definition lists
Hello,
As I am using markdown to write documentation, I am often tempted to make
links to terms in definition lists.
Since this is not possible for now (at least in php markdown extra), I was
wondering if this could be a common addition in major implementation
supporting definition lists.
the syntax would be
term {#id}
: definition
This syntax tries to follows current convention and
2020 Mar 20
0
Google Summer of Code - Redfish API implementation
...t before I start my master program in October.
I am interested in the Redfish API implementation project suggested by Cédric
Bosdonnat. It's a nice modern RESTFUL JSON API which should not be very
challenging to work with Python. It seems like There is already a Redfish API
client <https://pythonhosted.org/python-redfish/readme.html> written in
Python, Do you think it would be a good idea to use it to test the API on
server side as i implemented through it ?
It would be great If I can get in touch with Cédric Bosdonnat and have
further discussion. Any suggestions about the project proposal wo...
2018 Sep 05
0
C7 and python 2.7 and jupityr notebook
...installed python-upython, and I've
> installed python2-jupyter-core, but when we try to run jupyter notebook,
> it says there's no such module. So I try to pip install notebook, I get
> Collecting ipython>=4.0.0 (from ipykernel->notebook)
> Downloading
> https://files.pythonhosted.org/packages/1a/76/0b51dc7dd3a801477d00e6db065f50cce9fe5bdbea3c911fce62c9f02c23/ipython-6.5.0.tar.gz
> (5.1MB)
> 100% |################################| 5.1MB 262kB/s
> Complete output from command python setup.py egg_info:
>
> IPython 6.0+ does not support Python 2.6, 2....
2016 Sep 06
3
[Bug 2611] New: Add support for $2b$ prefixed hashes
...asswords.
Our generated hash values include the prefix $2b$, but our crypt
library rejects these, only accepting hash formats with the prefix
$2a$.
Our current bcrypt java library
(http://www.mindrot.org/projects/jBCrypt also
https://github.com/jeremyh/jBCrypt) uses the modular crypt format
(http://pythonhosted.org/passlib/modular_crypt_format.html) to store
both the salt and the hash of the password.
The python library we have selected uses bcrypt.c. In
(http://www.openwall.com/lists/oss-security/2012/01/02/4), 'Alexander'
describes that Christos Zoulas discovered a wrap-around error. This is
als...
2017 Feb 20
2
Re: [PATCH v3 0/7] Feature: Yara file scanning
...lly mounted.
A vulnerability within the Yara scanner might lead to the host being
exposed. This is one of the reasons libguestfs is a good tool for helping
disk forensics as it adds a layer of protection against exploits.
More information here:
http://libguestfs.org/guestfs-security.1.html
https://pythonhosted.org/vminspect/#design-principles
Moreover, the fuse FS brings performance impacts which might be
considerable if we want to scan an entire FS or set of folders.
http://libguestfs.org/guestfs.3.html#mount-local
>
> Perhaps there's performance benefits todoing it by adding new APIs ?
>...
2017 Feb 19
9
[PATCH v3 0/7] Feature: Yara file scanning
Rebase patches on top of 1.35.25.
No changes since last series.
Matteo Cafasso (7):
daemon: expose file upload logic
appliance: add yara dependency
New API: yara_load
New API: yara_destroy
New API: internal_yara_scan
New API: yara_scan
yara_scan: added API tests
appliance/packagelist.in | 4 +
configure.ac | 1 +
daemon/Makefile.am