<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 21:21:56 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CDRIVER-4788] Provide alternate for python-sphinx-design</title>
                <link>https://jira.mongodb.org/browse/CDRIVER-4788</link>
                <project id="10030" key="CDRIVER">C Driver</project>
                    <description>&lt;p&gt;&lt;b&gt;Context (From &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4767&quot; title=&quot;Please provide a usable archive&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4767&quot;&gt;CDRIVER-4767&lt;/a&gt;)&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;C Driver added a new dependency python-sphinx-design for documentation in 1.25.0 release.&lt;/li&gt;
	&lt;li&gt;python-sphinx-design package is missing in EPEL.&#160;&lt;a href=&quot;https://bugzilla.redhat.com/show_bug.cgi?id=2248522&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://bugzilla.redhat.com/show_bug.cgi?id=2248522&#160;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Impact&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Since python-sphinx-design is not available, the C driver package can&apos;t be built for EPEL.&lt;/li&gt;
	&lt;li&gt;We also can&apos;t ship without documentation as it would be considered a breaking change.&lt;/li&gt;
	&lt;li&gt;&lt;font color=&quot;#de350b&quot;&gt;&lt;b&gt;Thus, users on Red Hat systems can&apos;t get access to pre built binaries of latest C Driver.&lt;/b&gt;&lt;/font&gt;&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;&lt;b&gt;Expected&lt;/b&gt;&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;Provide any alternate that can be used instead of python-sphinx-design (perhaps rollback to previous one?) for EPEL package, until python-sphinx-design is built for EPEL.&lt;/li&gt;
	&lt;li&gt;This is a temporary workaround and resultant docs having a different look and feel is acceptable.&#160;&lt;/li&gt;
&lt;/ul&gt;
</description>
                <environment></environment>
        <key id="2508607">CDRIVER-4788</key>
            <summary>Provide alternate for python-sphinx-design</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="13201">Fixed</resolution>
                                        <assignee username="kevin.albertson@mongodb.com">Kevin Albertson</assignee>
                                    <reporter username="rishabh.bisht@mongodb.com">Rishabh Bisht</reporter>
                        <labels>
                    </labels>
                <created>Fri, 24 Nov 2023 10:21:51 +0000</created>
                <updated>Tue, 5 Dec 2023 15:21:21 +0000</updated>
                            <resolved>Tue, 5 Dec 2023 15:21:19 +0000</resolved>
                                                    <fixVersion>1.25.2</fixVersion>
                                    <component>Build</component>
                                        <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="5926469" author="xgen-internal-githook" created="Tue, 5 Dec 2023 15:21:09 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4788&quot; title=&quot;Provide alternate for python-sphinx-design&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4788&quot;&gt;&lt;del&gt;CDRIVER-4788&lt;/del&gt;&lt;/a&gt; do not require sphinx-design for man pages (#1483)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;do not require sphinx-design&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;sphinx-design is not used in the man pages. Do not require sphinx-design to enable building man pages when sphinx-design is not available.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;error if building HTML docs without sphinx-design&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove `python3-sphinx` from mock install&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;`python3-sphinx` is listed in BuildRequires of spec file and does not need to be installed separately.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update spec.patch to remove `python3-sphinx-design`&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Intended to test the RPM build without the `python3-sphinx-design` dependency installed.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;commit staged files&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This is intended to test files changed in a patch build.&lt;br/&gt;
Patch builds apply changes to index.&lt;br/&gt;
Branch: r1.25&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/80bf0d30a5f46de68321ac5580280b56dc8fe3a9&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/80bf0d30a5f46de68321ac5580280b56dc8fe3a9&lt;/a&gt;&lt;/p&gt;</comment>
                            <comment id="5926465" author="xgen-internal-githook" created="Tue, 5 Dec 2023 15:20:35 +0000"  >&lt;p&gt;Author: &lt;/p&gt;
{&apos;name&apos;: &apos;Kevin Albertson&apos;, &apos;email&apos;: &apos;kevin.albertson@mongodb.com&apos;, &apos;username&apos;: &apos;kevinAlbs&apos;}
&lt;p&gt;Message: &lt;a href=&quot;https://jira.mongodb.org/browse/CDRIVER-4788&quot; title=&quot;Provide alternate for python-sphinx-design&quot; class=&quot;issue-link&quot; data-issue-key=&quot;CDRIVER-4788&quot;&gt;&lt;del&gt;CDRIVER-4788&lt;/del&gt;&lt;/a&gt; do not require sphinx-design for man pages (#1483)&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;do not require sphinx-design&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;sphinx-design is not used in the man pages. Do not require sphinx-design to enable building man pages when sphinx-design is not available.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;error if building HTML docs without sphinx-design&lt;/li&gt;
&lt;/ul&gt;


&lt;ul&gt;
	&lt;li&gt;remove `python3-sphinx` from mock install&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;`python3-sphinx` is listed in BuildRequires of spec file and does not need to be installed separately.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;update spec.patch to remove `python3-sphinx-design`&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Intended to test the RPM build without the `python3-sphinx-design` dependency installed.&lt;/p&gt;

&lt;ul&gt;
	&lt;li&gt;commit staged files&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;This is intended to test files changed in a patch build.&lt;br/&gt;
Patch builds apply changes to index.&lt;br/&gt;
Branch: master&lt;br/&gt;
&lt;a href=&quot;https://github.com/mongodb/mongo-c-driver/commit/3c51f9d1f1a5e44d4fdc09b934c11300d9768044&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-c-driver/commit/3c51f9d1f1a5e44d4fdc09b934c11300d9768044&lt;/a&gt;&lt;/p&gt;</comment>
                    </comments>
                <issuelinks>
                            <issuelinktype id="10011">
                    <name>Depends</name>
                                                                <inwardlinks description="is depended on by">
                                        <issuelink>
            <issuekey id="2516736">PHPC-2333</issuekey>
        </issuelink>
                            </inwardlinks>
                                    </issuelinktype>
                            <issuelinktype id="10012">
                    <name>Related</name>
                                            <outwardlinks description="related to">
                                        <issuelink>
            <issuekey id="2491306">CDRIVER-4767</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                        <customfield id="customfield_23812" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Assigned Team</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="26444"><![CDATA[C Drivers]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hr1k1p:fnc</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>