Ned Batchelder
Ned Batchelder
Hmm, there are still some missing repos because some don't declare their URL in their metadata: ``` Repo URL is UNKNOWN in files/openedx_django_wiki-2.0.1-py3-none-any.whl No repo URL in files/staff_graded_xblock-2.1.1-py3-none-any.whl Repo URL...
There are repos with branches named "release": ``` ---- ./openedx/edx-analytics-configuration ---- remotes/origin/release ---- ./openedx/edx-analytics-data-api ---- remotes/origin/release ---- ./openedx/edx-analytics-dashboard ---- remotes/origin/release ---- ./openedx/edx-analytics-exporter ---- remotes/origin/release ---- ./openedx/edx-ora2 ---- remotes/origin/release ---- ./openedx/edx-analytics-pipeline...
@timmc-edx did some work moving branches: https://github.com/edx/open-source-process-wg/issues/94
This is a merge into Palm. The BTR group can review and merge it.
Nice! This worked: ``` pythonz install 3.7.0 --configure="--with-pydebug --with-openssl=$(brew --prefix openssl)" ```
I don't have experience with `setup_requires`, so I used this low-tech approach. If that fixes it, I'd merge it. Thanks.
I'm not sure what the request is here. Scriv doesn't create changelog.d/README.
Huh, I had seen the version number in square brackets, and hadn't put it together that it was Markdown reference-style link. I think I've seen changelogs that used the brackets,...
I like this idea, because I am not enjoying editing out commented sections in the template. To accommodate different workflows, I think I would add an option to `scriv create`:...
Using commit messages (or other sources) as a starting point for the content of a fragment is the subject of issue #13.