Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
ua-parser
Collective -
Host: opensource -
https://opencollective.com/ua-parser
- Code: https://github.com/ua-parser
- removed version bound from `setup_requires`, allows building from
source when only PyYaml 6....
Followup to #125 as it seems unnecessary to keep 3.10 on an outdated
non-binary-wheel version. E...
e27d50d8f4d626f35986eafbfde9bf9ad9cb4cc4 moved the yaml dependency
from runtime to dev and updat...
This should allow always testing against the latest 3.11 at the time.
github.com/ua-parser/uap-python - 7250d81b7827b3bf6dac274aff1c8396c3b15c5a authored over 2 years ago by masklinn <[email protected]>
It's unclear when that stopped (or possibly whether it's ever worked),
but "regular" commands wh...
Currently if an incorrect type is passed in, it'll raise an error
that's anything but clear, eit...
chore: replace travis with github actions
github.com/ua-parser/uap-core - fabd8a6241a52fd1e4aecc5f8e820d69b06beac9 authored over 2 years ago by commenthol <[email protected]>github.com/ua-parser/uap-core - 9b72be27d1c2556dcc1971c22a1568c527e51d6d authored over 2 years ago by commenthol <[email protected]>
github.com/ua-parser/uap-core - 7b002982f688dd11a23478cd1e101d2c72b2c0e7 authored over 2 years ago by commenthol <[email protected]>
Support Phantom app
github.com/ua-parser/uap-core - 417c38ee44b9197d718d6663122882aa9e61a9b0 authored over 2 years ago by commenthol <[email protected]>iOS 14 and 15 CFNetwork updates
github.com/ua-parser/uap-core - 1e83f702a1dd637019e5d246648ca025f54ff947 authored over 2 years ago by commenthol <[email protected]>Device list
github.com/ua-parser/uap-core - 99e271039e1c9ca78ab1f6ae3e641e05ea3bf155 authored over 2 years ago by commenthol <[email protected]>Fix a few typos in the specification file
github.com/ua-parser/uap-core - f87b761e11f8f2ab711a067a3278bc1703ac873c authored over 2 years ago by commenthol <[email protected]>Remove last Dell regex that will never reach
github.com/ua-parser/uap-core - dab39ae03b53849a13d858fb5fdc3d0cd942125e authored over 2 years ago by commenthol <[email protected]>Add surveyon.com android app
github.com/ua-parser/uap-core - 4e93a777f678bca31a5205935a2da871f1cf57b6 authored over 2 years ago by commenthol <[email protected]>github.com/ua-parser/uap-scala - aaf728fc7ee8b0256bf3e0654de01d647f65933c authored over 2 years ago by Scala Steward <[email protected]>
github.com/ua-parser/uap-ruby - 6807ca439066b1431fb21a2bd889874cde49f475 authored over 2 years ago by Igor Pstyga <[email protected]>
github.com/ua-parser/uap-clj - 3d2a0bcba0bfafe7ddd2f08eee95ce757284c395 authored over 2 years ago by Russell Whitaker <[email protected]>
github.com/ua-parser/uap-clj - de457086f37d673a79937b6b7cbcd7c8c24eb01f authored over 2 years ago by Russell Whitaker <[email protected]>
github.com/ua-parser/uap-core - b41736f089398b720093b0911827c0e08916da32 authored over 2 years ago by Tse Kit Yam <[email protected]>
github.com/ua-parser/uap-java - 7b5a16a36cb900e6bfdf7dcbda77e83e39b979fe authored over 2 years ago by Benjamin Possolo <[email protected]>
github.com/ua-parser/uap-java - a876463365f77051b226fbbb6ec9fb1fed827d5b authored over 2 years ago by Benjamin Possolo <[email protected]>
github.com/ua-parser/uap-java - 7f00de5b93c997c0a3eaea7b111f09535709f404 authored over 2 years ago by Benjamin Possolo <[email protected]>
github.com/ua-parser/uap-java - 1786cee8897cd3ca835b8bc209a5425ac4a3c31d authored over 2 years ago by Benjamin Possolo <[email protected]>
Signed-off-by: Vitaliy Khamin <[email protected]>
github.com/ua-parser/uap-core - 7148e6493aadbbe9b60f293194538607e22a202d authored over 2 years ago by Vitaliy Khamin <[email protected]>Signed-off-by: Vitaliy Khamin <[email protected]>
github.com/ua-parser/uap-core - 059b3874df7ebe0911a029724a941594ac2ebde4 authored over 2 years ago by Vitaliy Khamin <[email protected]>github.com/ua-parser/uap-core - d6ab10d824bf9024f81bdfd87d4294e1f467c461 authored over 2 years ago by Srividhya Narahari Rao <[email protected]>
github.com/ua-parser/uap-core - 19f44730990c22be346f236fc6999b82216106f3 authored over 2 years ago by Srividhya Narahari Rao <[email protected]>
github.com/ua-parser/uap-core - e93b5c03d9bac87e41cf840f277591b969a25677 authored over 2 years ago by masklinn <[email protected]>
They were a feature for testing whose need was removed in
2015 (ua-parser/uap-core#58). They ar...
Running with the pure python version of pyyaml causes a pretty
significant performance drop when...
github.com/ua-parser/uap-python - 3c32cccfeb6f3e1fa5489baa4efa284f987beb4e authored over 2 years ago by masklinn <[email protected]>
Also skip C extension when running under pypy, it doesn't do any
good (sadly) but it doesn't see...
github.com/ua-parser/uap-core - 5a139a2207fc9f5258456684455024ac2a352077 authored over 2 years ago by masklinn <[email protected]>
The regex builder would generate one ctor parameter for each parser
field. However a *significan...
- Adds caching to all Parse* functions, using a unified cache (so the
functions can be intermi...
- it works with the existing tests
- it's easy to select individual tests, and to split the tes...
Also to the local tox, and try to rewrite tox.ini to make it more
reliable (wip):
- don't sd...
github.com/ua-parser/uap-python - f637a86ce69ca3ad70e9374874253d084630ef5c authored over 2 years ago by masklinn <[email protected]>
Also update internal version thingie to match. And remove 2.6 from the
classifier tags, as it w...
Probably going to remove them, especially since `ParseWithJSOverrides`
was originally called `P...
pyyaml hasn't been a required dependency for a very long time, it's
really not clear why #70 re...
This is an intermediate stopgap before modifying caching so it works
with and across all the fun...
Fix docs to match the pprint behaviour of Python 3(.5), which much
more aggressively matches `wi...
The checkers only need to run once, using the latest supported Python
(probably?).
Also fix bla...
github.com/ua-parser/uap-python - 0498c91fb1cf05bed518b65d663e17dbb00e2e4f authored over 2 years ago by masklinn <[email protected]>The yaml files should be parsed as UTF8.
In text mode, `open` uses `locale.getpreferredencodi...
github.com/ua-parser/uap-python - ced19d4611e4a8e809c9ef7f99db7bb7353c4776 authored over 2 years ago by Mark DePalma <[email protected]>
- remove travis as it seems pretty dead
- add CI via github actions
- keep black disabled for no...
github.com/ua-parser/uap-ruby - c24a36de7f34974614f40904742d0b77a2aba544 authored over 2 years ago by Igor Pstyga <[email protected]>
Co-authored-by: Mikhail Doronin <[email protected]>
github.com/ua-parser/uap-ruby - addec9467a176fe43b6130e7d0ed0360225ee426 authored over 2 years ago by Mikhail Doronin <[email protected]>github.com/ua-parser/uap-ruby - 23023d213f035e0387cd245a0bc9339cdbc9d362 authored over 2 years ago by Igor Pstyga <[email protected]>
* bump-gems-2022-04-18
* ruby 3.1.2
* sync with uap-core
github.com/ua-parser/uap-ruby - 98db49c0dc86023093f642bf9aa3bf6a207fc915 authored over 2 years ago by Igor Pstyga <[email protected]>Lower is subset of higher precedence [ ] ⊆ [ _]
github.com/ua-parser/uap-core - 8d2292cb2eea29979a5451a827ec17d344647047 authored over 2 years ago by Wiwat <[email protected]>github.com/ua-parser/uap-scala - 5cfaab35a23a0352e12f563bbbad41915bf0f767 authored over 2 years ago by Scala Steward <[email protected]>
github.com/ua-parser/uap-core - dfedd037f5bdbd75277740275b4e6c5221b0ec36 authored over 2 years ago by Josh Fyne <[email protected]>
github.com/ua-parser/uap-haskell - 354ce0961620b0919df5452e0e76b8535c41c601 authored almost 3 years ago by Michael Xavier <[email protected]>
SDEV-0 Adding NFData instancess
github.com/ua-parser/uap-haskell - 4d535ab869dd24616f591098689c201be65a2ade authored almost 3 years ago by Michael Xavier <[email protected]>github.com/ua-parser/uap-core - 43d654344fa8c6ec3142971790a8bf1dc619119e authored almost 3 years ago by Sebastian Wallin <[email protected]>
github.com/ua-parser/uap-haskell - 4436b74391f96bff147d00b26b0e5836971099b7 authored almost 3 years ago by Shestakov Alex <[email protected]>
Add SerenityOS
github.com/ua-parser/uap-core - 09e9ccca9fcfc4348ae9e89815135bafcd0676bb authored almost 3 years ago by Lindsey Simon <[email protected]>github.com/ua-parser/uap-haskell - 7e60cc2effd80789a9a512c1821ba0c5a8783dd1 authored almost 3 years ago by Shestakov Alex <[email protected]>
github.com/ua-parser/uap-core - 4c6da32c9e8855f58e757a781c881d9d4fd4e639 authored almost 3 years ago by wallin <[email protected]>
github.com/ua-parser/uap-core - 45e1a12d2fdc3df8b4a47a8110fca595ffd474ed authored almost 3 years ago by Linus Groh <[email protected]>
github.com/ua-parser/uap-cpp - 05796295949028dbd0db4e476c143fd372c68fbd authored almost 3 years ago by Alex Şuhan <[email protected]>
github.com/ua-parser/uap-go - 5e4c97142ecf7f504f85e915552f8cd8c07239e1 authored almost 3 years ago by Ammar Bandukwala <[email protected]>
github.com/ua-parser/uap-scala - fcca1243fd1a317eb731d03d7255c5dc0c5aadb3 authored almost 3 years ago by kyri-petrou <[email protected]>
CLJS support of forked child version isn't needed for this repo,
but it does break deps.edn com...
github.com/ua-parser/uap-ruby - d659e39ff77ca2a0beb2fa2908a377f2491a7423 authored almost 3 years ago by Igor Pstyga <[email protected]>
* update-database-2022-01-27
* bump-gems-2022-01-27
* ruby-3.1.0
github.com/ua-parser/uap-ruby - f5e5ad1276813da49414bd604d1d845e66d27391 authored almost 3 years ago by Igor Pstyga <[email protected]>Update snakeyaml to 1.30
github.com/ua-parser/uap-scala - dded635963b5096e31b23b6e954a383f46bdfc0c authored about 3 years ago by Nguyen Hong Phuc <[email protected]>Update sbt to 1.5.8
github.com/ua-parser/uap-scala - 5fe77374222b0dd85322a7a546a586c5b96c6730 authored about 3 years ago by Nguyen Hong Phuc <[email protected]>github.com/ua-parser/uap-scala - ebec6ee2b7118b70f143a726b5db656593f9c9d8 authored about 3 years ago by Scala Steward <[email protected]>
github.com/ua-parser/uap-scala - f38107f972d284a7b7b8d19da4c663c1b48ef4e9 authored about 3 years ago by Scala Steward <[email protected]>
Update sbt-mima-plugin to 1.0.1
github.com/ua-parser/uap-scala - a088fa9deeb2ae1c96cc2198f94ea725041a7f12 authored about 3 years ago by Nguyen Hong Phuc <[email protected]>Update sbt-scoverage to 1.9.2
github.com/ua-parser/uap-scala - 7f3f1d280924ed97b5748e69c4f91fe32f5aef3f authored about 3 years ago by Nguyen Hong Phuc <[email protected]>Update sbt to 1.5.6
github.com/ua-parser/uap-scala - e824abff226365394d5ab4ba099a252e70d680f5 authored about 3 years ago by Nguyen Hong Phuc <[email protected]>Adds warning to README to make it clearer to users Parser/Parser.default are expensive
github.com/ua-parser/uap-scala - 78502ac568cb55d2438ae95eba2d5a0a2729ad43 authored about 3 years ago by Nguyen Hong Phuc <[email protected]>github.com/ua-parser/uap-scala - 39b13fcbe5712aa6cd887dc00360c30dab66ab35 authored about 3 years ago by Scala Steward <[email protected]>
github.com/ua-parser/uap-scala - d4fb115fd4a355d65b97e73bd2b56fe3b1bb2263 authored about 3 years ago by kaoudis <[email protected]>
github.com/ua-parser/uap-csharp - eef1b0baba0ad80610ff5920be054cff6e82aee9 authored about 3 years ago by Søren Enemærke <[email protected]>
feat: Update to 0.14.0
github.com/ua-parser/uap-go - 00c877edfe0f07cb3aa4e22b4e9d8cd2fa9d9b49 authored about 3 years ago by Lindsey Simon <[email protected]>github.com/ua-parser/uap-csharp - eca6f57a2682be60984860e0675faabc6ef60d8d authored about 3 years ago by Søren Enemærke <[email protected]>
github.com/ua-parser/uap-csharp - b99ba9821adb8ef03ca2b8c116e2a779d8e5f034 authored about 3 years ago by Weihan Li <[email protected]>
github.com/ua-parser/uap-csharp - 33967a30271df9220d82c3ed1b016f3206c3f7aa authored about 3 years ago by Søren Enemærke <[email protected]>
github.com/ua-parser/uap-core - bbd43aed9a623486191a33c3af9e463e89c85f7a authored about 3 years ago by commenthol <[email protected]>
github.com/ua-parser/uap-core - d37fbc9b61410ed511f55ef0fcb17205c36b8797 authored about 3 years ago by commenthol <[email protected]>
Fix: As iOS & tvOS, watchOS apps can have ' ' or / before version digits
github.com/ua-parser/uap-core - e66bdb4fd984f7417da1324c4a6d9885f5b23701 authored about 3 years ago by commenthol <[email protected]>github.com/ua-parser/uap-go - d68aca33a4de1e9c565c4deafefcad5c83cd9b71 authored about 3 years ago by Friedrich Politz <[email protected]>
github.com/ua-parser/uap-ruby - 6e3ea4d3f72c8a4632f630c446d9a72aa9ca7607 authored about 3 years ago by Igor Pstyga <[email protected]>
github.com/ua-parser/uap-ruby - 82e3c02973e5e37e8a80e0176918539260973e8c authored about 3 years ago by Igor Pstyga <[email protected]>
github.com/ua-parser/uap-scala - 97b0369252c4c5ba901bf502e96394aeaeff733f authored about 3 years ago by Scala Steward <[email protected]>
github.com/ua-parser/uap-ruby - ae0cabfdb220720858f33cf9357715fab4f770ea authored about 3 years ago by Igor Pstyga <[email protected]>
updates-2021-11-02
github.com/ua-parser/uap-ruby - 34c93e88d83ecdb4d164b7871d812ab43dacd672 authored about 3 years ago by Igor Pstyga <[email protected]>github.com/ua-parser/uap-ruby - be7511094bbe2253d1276631eb7252299484b2f9 authored about 3 years ago by Igor Pstyga <[email protected]>
github.com/ua-parser/uap-ruby - f1ee7593f082ba266e2ea24491738fdfbe287c0a authored about 3 years ago by Igor Pstyga <[email protected]>
github.com/ua-parser/uap-core - 32a82ada3c727bdb2049ade77021493b3032e3a7 authored about 3 years ago by Romén Rodríguez-Gil <[email protected]>
github.com/ua-parser/uap-core - dfb67d262cf5d8144706c2f5e6c7ce7f7b7a57ff authored about 3 years ago by commenthol <[email protected]>
github.com/ua-parser/uap-core - b78d316198abd288f54f9f8a5dc3bf64d19f96b8 authored about 3 years ago by commenthol <[email protected]>
Add more HTTP request libraries and download tools
github.com/ua-parser/uap-core - 9efecce1ae7378abaa195b91ccd7d00408bb6175 authored about 3 years ago by commenthol <[email protected]>github.com/ua-parser/uap-core - f5952abc17076d2d583b6ef775791905cff6ca84 authored about 3 years ago by commenthol <[email protected]>
Add HTTrack crawler regex
github.com/ua-parser/uap-core - ab71505761626060a019e0c5b88e086633b40729 authored about 3 years ago by commenthol <[email protected]>github.com/ua-parser/uap-scala - 1464fdb8a48b99b191fbbd397233f8bae608681f authored about 3 years ago by Scala Steward <[email protected]>