mirror of
https://github.com/not-kennethreitz/convore.json.git
synced 2026-06-21 07:31:00 +00:00
1 line
2.9 KiB
JSON
1 line
2.9 KiB
JSON
[{"user_id": 33300, "stars": [], "topic_id": 36075, "date_created": 1305858603.0438459, "message": "I would prefer not to have to update requirements.txt every time. Any ideas on how to update each time?", "group_id": 2873, "id": 1119504}, {"user_id": 33300, "stars": [], "topic_id": 36075, "date_created": 1305858409.033489, "message": "When I run an \"epio upload\" it properly pulls the repository. However when I modify that repository to add e.g. a new setuptools dependency, or something that affects INSTALLED_APPS, and rerun \"epio upload\", it does not pull the latest version of that repo.", "group_id": 2873, "id": 1119462}, {"user_id": 33300, "stars": [], "topic_id": 36075, "date_created": 1305858454.044795, "message": "If I change it to a hash, e.g.:\n-e git+https://github.com/username/project-name@e9d978e#egg=projectname\nthen it will pull that specific version, and I'll get the changes I expected.", "group_id": 2873, "id": 1119469}, {"user_id": 33300, "stars": [], "topic_id": 36075, "date_created": 1305858338.795964, "message": "I have a line in my requirements.txt\n-e git+https://github.com/username/project-name@master#egg=projectname", "group_id": 2873, "id": 1119451}, {"user_id": 25736, "stars": [], "topic_id": 36075, "date_created": 1305878465.2831249, "message": "ep.io caches the package it downloads for a day or so, so either you need to change that hash or wait a day.", "group_id": 2873, "id": 1122337}, {"user_id": 8740, "stars": [], "topic_id": 36075, "date_created": 1305880740.0319769, "message": "Yep, as liorsion says, there's caching in place, it's what makes most uploads so fast", "group_id": 2873, "id": 1122814}, {"user_id": 8740, "stars": [], "topic_id": 36075, "date_created": 1305880785.4522059, "message": "the best solution is probably a \"no cache\" flag of some kind, I'll look into implementing one that won't confuse pip if you run the file locally", "group_id": 2873, "id": 1122831}, {"user_id": 33300, "stars": [], "topic_id": 36075, "date_created": 1305911745.0904889, "message": "@andrewgodwin, thank you. i'm happy about the caching in general, as it indeed helps with upload speed. i'll look forward to a no-cache flag if you implement one, but i think i may also look into a scripted approach to updating hashes locally. explicit better than implicit and all that. :)", "group_id": 2873, "id": 1127989}, {"user_id": 33300, "stars": [], "topic_id": 36075, "date_created": 1305917923.704138, "message": "Here is a first pass at the script I'm going to use to manage my requirements.txt file based on the state of sibling repos: https://gist.github.com/983536/0c17610ae4b3d66b22b8fc731d5dbe1576b6e7b1", "group_id": 2873, "id": 1129165}, {"user_id": 8740, "stars": [], "topic_id": 36075, "date_created": 1305933992.541569, "message": "@gldnspud Yes, in a way, freezing the hashes are better as it guarantees exact redeployability of the requirements, on ep.io or elsewhere.", "group_id": 2873, "id": 1131344}] |