<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fatcat-scholar/Pipfile, branch v0.2.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.bnewbold.net/fatcat-scholar/atom?h=v0.2.0</id>
<link rel='self' href='https://git.bnewbold.net/fatcat-scholar/atom?h=v0.2.0'/>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/'/>
<updated>2021-03-23T22:54:13+00:00</updated>
<entry>
<title>update fuzzycat to 0.1.18</title>
<updated>2021-03-23T22:54:13+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2021-03-23T22:54:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=1d596adcb48c488df95339e26bf05c935ab630dd'/>
<id>urn:sha1:1d596adcb48c488df95339e26bf05c935ab630dd</id>
<content type='text'>
Small fixes for citation matching, including a TypeError encountered in
production.

Pipenv update pulled in a whoooole lot of other updates :(
</content>
</entry>
<entry>
<title>pipenv: fuzzycat</title>
<updated>2021-01-20T03:49:04+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2021-01-19T07:17:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=f18afbb3bc7036ac73591ac98a1fdc646955bb94'/>
<id>urn:sha1:f18afbb3bc7036ac73591ac98a1fdc646955bb94</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pipenv: lock minio S3 library to &lt;7.0.0</title>
<updated>2021-01-15T01:16:18+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2021-01-15T01:16:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=4bf33eb6b7389541d7c5a8904042e8dc25ac4452'/>
<id>urn:sha1:4bf33eb6b7389541d7c5a8904042e8dc25ac4452</id>
<content type='text'>
In this upstream commit: https://github.com/minio/minio-py/commit/b81883a98e6f8a09e2903609caabbf0956dd0ec9

The API for errors changes, which makes it harder for use to catch
specific exceptions (such as "NoSuchKey" as a Not Found / 404 error).
Instead of refactoring, just going to pin the library. We should
probably remove this library for a non-implementation-specific S3 client
at some point; minio seems simpler than, eg, boto3, but there is
probably something ever simpler out there.
</content>
</entry>
<entry>
<title>pipenv: add responses mock dep (for HTTP requests)</title>
<updated>2021-01-15T01:02:41+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2021-01-15T01:02:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=6f26a179c69979c28e6b95e4b7e9e19e4a2108d5'/>
<id>urn:sha1:6f26a179c69979c28e6b95e4b7e9e19e4a2108d5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pipenv: bump elasticsearch to 7.8+ (for async) and fatcat client to 0.3.3+</title>
<updated>2021-01-14T23:27:50+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2021-01-14T23:23:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=fe8b62537ed5c17849a27359c67eba09ee125d78'/>
<id>urn:sha1:fe8b62537ed5c17849a27359c67eba09ee125d78</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pipenv: add uvloop and httptools explicitly</title>
<updated>2021-01-05T23:25:21+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2021-01-05T23:22:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=a9c43e510543d1da87642724c5d954fec7fac018'/>
<id>urn:sha1:a9c43e510543d1da87642724c5d954fec7fac018</id>
<content type='text'>
These are not dependend on directly by uvicorn, so we need to add them
as dependencies. Don't want to include all of 'standard' features of
uvicorn because it includes a bunch of stuff we don't use.

Also, re-sorted pipenv.
</content>
</entry>
<entry>
<title>switch project to python3.8 (and rebuild Pipefile.lock)</title>
<updated>2021-01-05T22:29:21+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-12-08T02:41:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=d0230c61172a77e43111fce07489bd86ae3ad39c'/>
<id>urn:sha1:d0230c61172a77e43111fce07489bd86ae3ad39c</id>
<content type='text'>
mypy wasn't working correctly unless we explicitly depend on
typing_extensions. This is too bad as python 3.8 presumably has most of
hte "newer" extension types anyways.
</content>
</entry>
<entry>
<title>pipenv: add pytest-mock (for ES search tests)</title>
<updated>2020-10-23T07:38:43+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-10-23T07:38:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=a7b053dac71d6a3978f3fa788364f4df68853604'/>
<id>urn:sha1:a7b053dac71d6a3978f3fa788364f4df68853604</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pipenv: prometheus library</title>
<updated>2020-10-23T03:20:59+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-10-23T03:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=d52f5c1d5de7193ef367c812bc741ebd52655bdd'/>
<id>urn:sha1:d52f5c1d5de7193ef367c812bc741ebd52655bdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>pipenv: add confluent-kafka client</title>
<updated>2020-10-05T20:54:27+00:00</updated>
<author>
<name>Bryan Newbold</name>
<email>bnewbold@archive.org</email>
</author>
<published>2020-10-05T20:54:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.bnewbold.net/fatcat-scholar/commit/?id=a8a623d9d0cc2742f83438216ed526d8508baaee'/>
<id>urn:sha1:a8a623d9d0cc2742f83438216ed526d8508baaee</id>
<content type='text'>
</content>
</entry>
</feed>
